Re: call javascript from an action class

2008-12-18 Thread Carlos Zuniga
And also, you should try and loose that attitude. People here is trying to help and remember that they are taking the time to read and answer emails for FREE, so we should appreciate their efforts. Carlos Luis Zúñiga Sibaja __ carlosluiszun...@gmail.com divide et

Re: Dummy example Struts 2.0 - My Sql

2008-11-26 Thread Carlos Iglesias
b_App_Struts/ > > You can use above link to have brief idea. > > > -Original Message- > From: Carlos Iglesias [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 26, 2008 3:16 PM > To: user@struts.apache.org > Subject: Dummy example Struts 2.0 - My Sql > >

Dummy example Struts 2.0 - My Sql

2008-11-26 Thread Carlos Iglesias
Hello, I'm beginning wity Struts and I found the samples very useful, expecially the app struts2-showcase-2.0.11.2.war. But I'd need other sample to begin my own to make my owns aplications. ¿Is there any sample of struts2 with mysql? ¿Can anyone send my an url? Thanks in advan

Re: Struts 2.1.2 type conversion failing for Integer method.

2008-11-13 Thread Carlos Luis Zúñiga Sibaja
similar issue, feel free to chime in. Carlos Luis Zúñiga Sibaja __ [EMAIL PROTECTED] divide et impera... On Thu, Nov 13, 2008 at 2:33 PM, Adam Ruggles <[EMAIL PROTECTED]> wrote: > > Are there any workarounds for this? I've tried using a conver

Re: Struts 2.1.2 type conversion failing for Integer method.

2008-11-13 Thread Carlos Luis Zúñiga Sibaja
AbstractCrudAction but because of this error, it is not possible to generify these objects. There is already a Jira issue about this situation: https://issues.apache.org/struts/browse/WW-2128 Regards, Carlos Luis Zúñiga Sibaja __ [EMAIL PROTECTED] divide et impera... On Wed, Nov

Re: Struts 2 + Tiles 2

2008-11-12 Thread Carlos Curotto
that's it. The rest if fine. Thanks!! Carlos Curotto. On Wed, Nov 12, 2008 at 3:03 PM, Carlos Curotto <[EMAIL PROTECTED]>wrote: > Alberto, here are my configuration: > > *This is the complete stack trace of the excepcion i am getting:*

Re: Struts 2 + Tiles 2

2008-11-12 Thread Carlos Curotto
ache.org/dtds/struts-2.0.dtd";> home.layout Thanks!! Please, if anyone can help will be very welcome! Carlos Curotto.

Re: Important ActionContext.getContext().getSession() error

2008-11-12 Thread Carlos Luis Zúñiga Sibaja
2-core/apidocs/org/apache/struts2/interceptor/SessionAware.html) interface in your action to gain access to the session instead of using ActionContext. Regards, Carlos Luis Zúñiga Sibaja __ [EMAIL PROTECTED] divide et impera... On Wed, Nov 12, 2008 at 10:17 AM,

Re: Struts 2 + Tiles 2

2008-10-30 Thread Carlos Curotto
Which versions of Struts and Tiles are you using? Thanks! On Thu, Oct 30, 2008 at 8:49 AM, Carlos Curotto <[EMAIL PROTECTED]>wrote: > Hi Marcio, First of all, thanks for the response. > > I have tried what you told me, to put the result type explicit in the > struts.xml file

Re: Struts 2 + Tiles 2

2008-10-30 Thread Carlos Curotto
;> http://www.w3.org/1999/xhtml"; xml:lang="en"> Any ideas? Thanks i

Struts 2 + Tiles 2

2008-10-29 Thread Carlos Curotto
-app_2_4.xsd";> struts2 org.apache.struts2.dispatcher.FilterDispatcher struts2 /* org.apache.struts2.tiles.StrutsTilesListener Am i missing something? is this a bug related to struts 2??? Anyone have seen this before? Thanks in advance, -- Carlos Curotto

Re: Ognl versions

2008-10-02 Thread Carlos Luis Zúñiga Sibaja
You guys can follow the progress of getting the new version of OGNL into Struts in this Jira bug: https://issues.apache.org/struts/browse/WW-2128 Carlos Luis Zúñiga Sibaja __ [EMAIL PROTECTED] divide et impera... On Thu, Oct 2, 2008 at 7:45 AM, Owen Berry <[EM

Re: Is my struts.xml never read?

2008-09-22 Thread Carlos Luis Zúñiga Sibaja
Is the Struts Dispatcher configured in your web.xml to intercept all requests? Carlos Luis Zúñiga Sibaja __ [EMAIL PROTECTED] divide et impera... On Mon, Sep 22, 2008 at 3:43 PM, Emil Lundberg <[EMAIL PROTECTED]>wrote: > That's strange... When i set /&

Re: How to Initialize additional components when the Struts 2 Engine starts

2008-09-04 Thread Carlos Luis Zúñiga Sibaja
Ohh, I see what you are saying. Then using the Event handling native to spring is a better solution ( http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#context-functionality-events). I'll give it a try. Thanks all, Carlos Luis Zúñiga S

Re: How to Initialize additional components when the Struts 2 Engine starts

2008-09-04 Thread Carlos Luis Zúñiga Sibaja
This sounds a bit like what I need, my only issue would that here I can't access the Spring context that is associated to the Struts Engine. I would have to instantiate it by myself, right? Carlos Luis Zúñiga Sibaja __ [EMAIL PROTECTED] divide et impera... On Thu,

How to Initialize additional components when the Struts 2 Engine starts

2008-09-04 Thread Carlos Luis Zúñiga Sibaja
er() { public void dispatcherInitialized(Dispatcher du) { System.out.println("It's alivee!"); } public void dispatcherDestroyed(Dispatcher du) { } }); } } Thanks for your help. Carlos Luis Zúñiga Sibaja __ [EMAIL PROTECTED] divide et impera...

[S2] problems with validations

2008-01-31 Thread Juan Carlos Serrano
Hi, i have this code when i get a error if( person.getNumId() == null || person.getNumId().trim().length() < 9 ) { String[] pars = {"8"}; this.addFieldError( "field.doc" , this.getText( " error.val.minlength" , pars ) ); } where "field.doc" it is a key wit

Re: How to improve dojo performance in Struts 2.0.9

2007-10-09 Thread Juan Carlos Serrano
I am newbie in struts 2. How do you do that resources are loaded from the directory rather than the jar? I mean, in which configuration file the directory of dojo and template is written? thanks a lot regards

Re: tree viewer help please!

2007-07-30 Thread Carlos González López
Hi, http://demo.raibledesigns.com/struts-menu/velocity-xtree.jsp 2007/7/30, Session A Mwamufiya <[EMAIL PROTECTED]>: > > Hi All, > > Please help me build a tree viewer. I know that someone must have > developed a web app that uses a tree viewer that loads data from a > database. Please walk m

Fwd: Popup from struts

2007-07-26 Thread Carlos González López
-- Forwarded message -- From: Carlos González López <[EMAIL PROTECTED]> Date: 26-jul-2007 16:40 Subject: Popup from struts To: user@struts.apache.org Hi, I need to open a popup from struts-conf.xml. this is possible? thank you

Popup from struts

2007-07-26 Thread Carlos González López
Hi, I need to open a popup from struts-conf.xml. this is possible? thank you

Alternative Template Ajax + web Standards for business solutions

2007-06-22 Thread José Carlos Sardagna
Hi, people. What you think we create a alternative template to use ajax and web standards. Why ajax? Dojo is a great framework ajax, however is very slow to make bussiness solutions, and i don't think appropiate to use with struts2, because what the widget dojo do is to make easy a complexy solu

Re: Problems with Maven

2007-02-06 Thread Carlos Curotto
/tools.jar. Regards, -- Carlos Curotto

RE: How to put an image into a without CSS

2006-10-11 Thread José Carlos Ortiz
> > Jose, > > Try following: > > Do not write tag. Instead write the following by modifying > the > src location. It is equalent to of HTML. > > > > Thanks > Ashok > > -Original Message- > From: José Carlos Ortiz [mailto:[EMAIL PROTECTE

RE: How to put an image into a without CSS

2006-10-11 Thread José Carlos Ortiz
But, it generates a image that links to another page, and I need a button, with that image inside, that links to another page. Chetan Pandey wrote: > > Then use and insert your image between the link opening and > closing tags. > > Chetan > > -Original Message

Re: How to put an image into a without CSS

2006-10-11 Thread José Carlos Ortiz
Laurie Harper wrote: > > José Carlos Ortiz wrote: >> Hello, >> >> Does anybody know how to put an image inside a tag. I can't >> use the background-image css property because the image has transparent >> fragments and I need this fragments to be the sa

How to put an image into a without CSS

2006-10-10 Thread José Carlos Ortiz
e it doesn't work. Any idea? any solution? Thanks! -- Saludos, José Carlos Ortiz

Re: recursive and struts. SOS

2005-09-27 Thread Carlos de la Flor Egiluz
i dont see any thing for the recursively... can you say me where is? thanks 2005/9/27, Hubert Rabago <[EMAIL PROTECTED]>: > > Try the tutorials on http://www.keyboardmonkey.com/next/index.jsp > > > Hubert > > > On 9/27/05, Carlos de la Flor Egiluz <[EMAIL PROTEC

change the language

2005-09-27 Thread Carlos de la Flor Egiluz
hello can anybody helps me to write one action for changin the language? i want to cahge the org.apache.struts.actions.LocaleAction to "en" or "es" but i dont know how to programe it. can anybody helps me or say me where can i find one example? thanks

recursive and struts. SOS

2005-09-27 Thread Carlos de la Flor Egiluz
hello y have one java object like this (the object name is adressesObj: String name String surname List list = new ArrayList() set/get methods well into the list (arrayList) there are several elements, objects, that are like the same object (adressesObj)... and eah obj has severeal objs...

error using struts.

2005-09-27 Thread Carlos de la Flor Egiluz
Hello i am bigning using struts. i have made one aplication, little application and i have the first error: [27/09/05 12:26:04:688 CEST] 0027 PropertyMessa I Initializing, config=' org.apache.struts.util.LocalStrings', returnNull=true [27/09/05 12:26:04:719 CEST] 0027 PropertyMessa I Initi

Re: Fired???? was...Re: Struts Books Recommendations

2005-07-06 Thread Carlos Duque
for the consequences of the boorish behavior of others, you may just want to rethink the target of your ire. Finally, what's to say this isn't just another game being played? Carlos At 09:42 AM 7/6/2005, you wrote: Mark Galbreath wrote the following on 7/6/2005 10:19 AM: Thanks t

[OT]Re: Unacceptable Behaviour of Mark Galbreath @ elections.state.md.us

2005-07-05 Thread Carlos Duque
faith-based perceptions. And if your efforts are intended to be humorous, trust me you current career choice was a wise one. Carlos On Jun 30, 2005, at 7:30 AM, Mark Galbreath wrote: Carlos, this sounds like a threat. That is REALLY intolerable, u obtuse little shmuck. On Wed, Jun 29, 20

Re: Unacceptable Behaviour of Mark Galbreath @ elections.state.md.us

2005-06-29 Thread Carlos Duque
beneficiary of the discussions, says: Stop the spam. Carlos At 07:08 PM 6/29/2005, Niall Pemberton wrote: Pretty much all of Mark Galbreath's posts to this mailing list are IMO either rude, obnoxious or irrelevant. Its obvious that he has no interest in Struts or contributing constructive

[Shale] AbstractJsfTestCase - Eclipse

2005-06-09 Thread Carlos Fernandez
AbstractJsfTestCase, implements a public Test suite() method. Eclipse checks for this method when you tell it to run a class as a unit test. If this method it exists it will use the returned Test class to determine what tests to run. Since the Test returned only includes AbstractJsfTestCase - Ec

Re: Migration to Tomcat 5.5

2005-03-01 Thread Luis Carlos Poletto
Did you upgrade your jdk to version 5.0? On Tue, 01 Mar 2005 18:22:11 +0100, Bernd Schiffer <[EMAIL PROTECTED]> wrote: > Hi. > > I have a problem migrating to Tomcat 5.5 with my Struts webapp. > > I run my webapp with Struts 1.2.4 on Tomcat 5.0.28. Everything works > fine. But when I move the s

Re: STRUTS popup action jsp not finding path as normal

2005-02-16 Thread Carlos Cajina
Hi Eric... please see Ted Husted's Struts-Tips #9 & #10 (http://husted.com/struts/tips/009.html / http://husted.com/struts/tips/010.htm) I think they might give you a hint... ;^) Good luck! Carlos - Original Message - From: "Eric Lemle" <[EMAIL PROTECTED]

Re: javascript validation in struts

2005-02-15 Thread Carlos Cajina
er renders'em). On every submit the JavaScript validation routines are called for every field participating in the validation process. Hope it helps... Regards, Carlos - Original Message - From: "Jonathan M Z" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 15, 2005

Re: best practise for dynamic website Navigation in struts

2005-02-11 Thread Carlos Cajina
Hi Michael. You should take a look at http://struts-menu.sourceforge.net/ and http://demo.raibledesigns.com/struts-menu/dynamicMenu.jsp It is relatively simple to implement/use and works fine in a WebApp. Cheers, Carlos - Original Message - From: "Riedling, Michael" <[EM

Re: Want to know abt patterns in Struts.

2005-02-07 Thread Carlos
___ This is a private email address and is explicitly and expressly not intended for addition to or use in any mass distribution list without the author's prior and express written consent. Absent the specified consent, please remove this email address from any such list. Copyright (C) 2004 Ca

RE: [ANN] Free JSP Editor for Eclipse

2005-02-04 Thread Carlos Chang
cking, etc. Please note that by managing it as a "web application" we make no changes to your code. It's simply the context by which NitroX operates. For faster, more direct replies, I might suggest subsequent post on this matter to be done at: forums.m7.com. Thanks, -Carlos > -

RE: [ANN] Free JSP Editor for Eclipse

2005-02-04 Thread Carlos Chang
e looking for is a webinf folder and the web.xml file. Hope this helps. Thanks, -Carlos > -Original Message- > From: Carlos Chang > Sent: Friday, February 04, 2005 10:22 AM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: RE: [ANN] Free JSP Editor for Eclipse &

RE: [ANN] Free JSP Editor for Eclipse

2005-02-04 Thread Carlos Chang
e you installed NitroX, and double-click the NitroX icon.) 5. You are prompted you with a request for the id/serial key. 6. It didn't work? Entering the info we emailed you, it didn't work? Thanks, -Carlos > -Original Message- > From: Cedric Levieux [mailto:[EMAIL PROTE

RE: [ANN] Free JSP Editor for Eclipse

2005-02-04 Thread Carlos Chang
Hi Will, For the current offer in place today, the license does NOT expire and you will have access to updates for the JSP Editor free for 1 year. As for the project, I'm not familiar with this issue so I'll have to get back to you on this. Thanks, -Carlos > -Ori

RE: [ANN] Free JSP Editor for Eclipse

2005-02-03 Thread Carlos Chang
the JSP Editor. I hope this helps. Sorry for the inconvenience. -Carlos > -Original Message- > From: Cedric Levieux [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 03, 2005 12:46 AM > To: Struts Users Mailing List > Subject: Re: [ANN] Free JSP Editor for Eclipse > >

RE: [ANN] Free JSP Editor for Eclipse

2005-02-03 Thread Carlos Chang
u can get the activation key for the JSP Editor for the timeframe of the promotion for the Free JSP Editor. I hope this helps. Sorry for the inconvenience. -Carlos > -Original Message- > From: Erik Meade [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 02, 2005 10:47 P

RE: [ANN] Free JSP Editor for Eclipse

2005-02-02 Thread Carlos Chang
Cedric, On the second point, can you elaborate a bit more? It's asking you for a serial? Which version did you download? (JSP Editor, JSP IDE, Struts IDE?) Did you get an activation key via email? Thanks, -Carlos > -Original Message- > From: Cedric Levieux [mailto:[EMAI

[ANN] Free JSP Editor for Eclipse

2005-02-02 Thread Carlos Chang
Dear Java Developer, For a limited time, M7 is offering the NitroX JSP Editor for Eclipse for FREE!* Download: http://www.m7.com/free NitroX has received top scores from industry reviewers such as SD Magazine, CRN, JavaBoutique, and is officially a finalist for the upcoming Jolt Product Excelle

Re: [UNICODE characters in Mask validation rule]

2005-01-31 Thread Carlos Cajina - Hotmail
I just couldn't resist :^P ... Tomorrow I'll try it, but for now this looks like a "simpler" solution to the character encoding problem: http://www.servletsuite.com/servlets/encflt.htm - Original Message - From: "Kishore Senji" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent:

Re: [UNICODE characters in Mask validation rule]

2005-01-31 Thread Carlos Cajina - Hotmail
hrough the thread you pointed... So far it seems the Character Encoding Filter is a good solution, but I keep hoping that some "simpler" solution is around the corner :^) Thanks again Kishore... Have a good night! Regards, Carlos - Original Message - From: "Kishore Senj

[UNICODE characters in Mask validation rule]

2005-01-31 Thread Carlos Cajina
this: ^[A-Z.Ñ\s]*$ Regards, Carlos

Re: Best approach to implement date dropdown

2004-12-07 Thread Carlos Cajina
the form of a DynaValidatorForm, maybe you could comment more on your intended solution... Regards, Carlos - Original Message - From: "Ben" <[EMAIL PROTECTED]> To: "Struts" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 5:17 AM Subject: Best approa

Re: Pre-populating a form from a database

2004-12-02 Thread Carlos Cajina
n the database. I create three different types of Value Objects and obtain information from those three types with just a few lines of code and without caring about any data type conversions. This is one step closer to heaven for me! :^)

[ANN] Eclipse - Struts,Tiles & JSP, FREE Trial

2004-10-26 Thread Carlos Chang
  Web Application Development Tools for Open Source and Standard Platforms   October 2004

Re: ImageButtonBean & LookupDispatchAction

2004-09-30 Thread Carlos Cajina - Hotmail
Hi Ben. I see that Mike McGrady already pointed you in the right direction :^) I've tried the solution he proposes with execelent results... if you have any further questions or doubts I'll be glad to help. Regards, Carlos "Premature optimization is the root of all

Re: validator-rules.xml

2004-09-28 Thread Carlos Cajina - Hotmail
Anna: You can dig in any of the struts sample applications (*.war) that are shipped with the binary distribution of Struts. The "most pure form" of this file should be in struts-blank.war Regards, Carlos - Original Message - From: "Anna Kerekes" <[EMAIL PROTEC

Re: [HOW TO? ImageButtonBeanManager Extension]

2004-09-24 Thread Carlos Cajina - Hotmail
ciate your help. I'll keep in touch. Carlos - Original Message - From: "Michael McGrady" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, September 24, 2004 12:34 PM Subject: Re: [HOW TO? ImageButtonBeanManager Ex

Re: [HOW TO? ImageButtonBeanManager Extension]

2004-09-24 Thread Carlos Cajina - Hotmail
age - From: "Michael McGrady" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, September 24, 2004 12:17 PM Subject: Re: [HOW TO? ImageButtonBeanManager Extension] > Answers to your other questions to follow in a bit,

Re: [HOW TO? ImageButtonBeanManager Extension]

2004-09-24 Thread Carlos Cajina - Hotmail
il().dispatch(this,mapping,form,request,response);" Again, any help would be greatly appreciated. Have a nice day! Regards, Carlos - Original Message - From: "Michael McGrady" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>

[HOW TO? ImageButtonBeanManager Extension]

2004-09-23 Thread Carlos Cajina - Hotmail
it's were I'm taken to everytime I hit the next button and the errors pops up in the log files :^P For any help, my eternal gratitude :^) Have a nice evening. Regards, Carlos

RE: [SOLVED]Cannot retrieve definition for form bean null

2004-09-10 Thread Carlos Chang
ed in real time. The product is NitroX for Struts. I'm happy to do a webex demo for you if you like. ;-) (m7.webex.com) Thanks, -Carlos M7 Corporation www.m7.com -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 3:27 PM To: Strut

Random data on every page?

2004-09-10 Thread Carlos A. Carnero Delgado
re to do that with Struts.) Thanks, Carlos. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problems with Struts - newbie

2004-08-26 Thread "Sebastião Carlos Santos"
I am starting to work with struts, however I come facing some problems that I will describe to follow: I have the following code in the archive index.jsp <%@ taglib uri="/WEB-INF/tags/struts/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tags/struts/struts-bean.tld" prefix="bean" %

RE: 1.2.1 to which Maven repo? (RE: [ANN] Struts 1.2.1 (Beta) Released)

2004-07-12 Thread Carlos Sanchez
e- > From: Joe Germuska [mailto:[EMAIL PROTECTED] > Sent: Monday, July 12, 2004 4:08 PM > To: Struts Users Mailing List > Subject: 1.2.1 to which Maven repo? (RE: [ANN] Struts 1.2.1 > (Beta) Released) > > At 11:34 AM +0200 7/12/04, Carlos Sanchez wrote: > >Hi, >

RE: [ANN] Struts 1.2.1 (Beta) Released

2004-07-12 Thread Carlos Sanchez
Hi, Will you deploy it and the struts-el on the apache maven repository? http://www.apache.org/dist/java-repository/struts/jars/ I have built it from cvs sources with maven and the size is not the same. Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net

Using jsps from another context with tiles

2004-07-10 Thread Carlos Sanchez
y ideas, suggestions? Thanks Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tiles definitions accessing jsps in a foreign context

2004-05-27 Thread Carlos Sanchez
mean? > > > -Original Message- > From: Carlos Sanchez [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 27, 2004 2:45 PM > To: 'Struts Users Mailing List' > Subject: Tiles definitions accessing jsps in a foreign context > > > Hi, > > I have so

Tiles definitions accessing jsps in a foreign context

2004-05-27 Thread Carlos Sanchez
ions in an xml file and don't know if there's a way to make tiles use the header and footer jsp files from the shared webapp. Any idea? Thanks in advance. Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net