Re: How to i18n post validation error messages?

2011-04-13 Thread Dave Newton
On Wed, Apr 13, 2011 at 9:52 AM, alex zaim wrote: > When you said getText() i thought you meant value="getText('some.key')" /> > > It works all good now when i use it from validate(). > > Thanks a lot! No problem! Dave - To uns

Re: How to i18n post validation error messages?

2011-04-13 Thread alex zaim
When you said getText() i thought you meant It works all good now when i use it from validate(). Thanks a lot!

Re: How to i18n post validation error messages?

2011-04-13 Thread Dave Newton
On Wed, Apr 13, 2011 at 9:01 AM, alex zaim wrote: >>No. Use existing getText(...) methods. > > That will be parsed right before validation. I want to show the fielderror > results... > in another language. I don't understand what you're saying. If you're doing validation in validate(). getText(

Re: How to i18n post validation error messages?

2011-04-13 Thread alex zaim
>No. Use existing getText(...) methods. That will be parsed right before validation. I want to show the fielderror results... in another language.

Re: How to i18n post validation error messages?

2011-04-13 Thread Dave Newton
On Wed, Apr 13, 2011 at 8:38 AM, alex zaim wrote: > Please suggest the best method, if possible. (perhaps from right within > validate() method? > should i make my own resource parser in this case?) No. Use existing getText(...) methods. Dave ---

How to i18n post validation error messages?

2011-04-13 Thread alex zaim
Please suggest the best method, if possible. (perhaps from right within validate() method? should i make my own resource parser in this case?)

Re: Post Validation

2004-11-24 Thread Lee Harrington
ve CPU, use Tiles Controllers! LOL. > > > > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow > Sent: Wednesday, November 24, 2004 12:56 PM > To: [EMAIL PROTECTED] > Subject: Re: Post Validation > > Well, the type of act

RE: Post Validation

2004-11-24 Thread David G. Friedman
st when you use that design philosophy. Regards, David --- Save CPU, use Tiles Controllers! LOL. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Wednesday, November 24, 2004 12:56 PM To: [EMAIL PROTECTED] Subject: Re: Post Validation Well, the type of

Re: Post Validation

2004-11-24 Thread Bill Siggelkow
warding to a tile with a tiles controller work better (i.e. less processing power) in that situation? Regards, David -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Wednesday, November 24, 2004 9:37 AM To: [EMAIL PROTECTED] Subject: Re: Post Validation

RE: Post Validation

2004-11-24 Thread David G. Friedman
power) in that situation? Regards, David -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Wednesday, November 24, 2004 9:37 AM To: [EMAIL PROTECTED] Subject: Re: Post Validation You're on the right path, Lee. Instead of setting the "input&

Re: Post Validation

2004-11-24 Thread Guillaume Cottenceau
Lee Harrington writes: > I'm using DynaValidator forms. Works great, except when you have pick [...] Please don't hit "answer" on a random message in your email program when you want to start a new thread. Your email program keeps track of what message it thinks you were answering (the Referen

Re: Post Validation

2004-11-24 Thread Bill Siggelkow
You're on the right path, Lee. Instead of setting the "input" to the JSP, set it to an action, which creates your pick lists and stuffs them in the request, that precedes the JSP. -Bill Siggelkow Lee Harrington wrote: I'm using DynaValidator forms. Works great, except when you have pick lists a

Post Validation

2004-11-24 Thread Lee Harrington
I'm using DynaValidator forms. Works great, except when you have pick lists and a validation fails. When the validation fails, it calls the form, but the code that puts the pick lists in the request scope isn't rerun. No biggieI put my lists in the session scope. However, I don't want them