Re: validwhen returns is required error msg

2007-07-02 Thread Niall Pemberton
On 7/2/07, Xavier Vanderstukken <[EMAIL PROTECTED]> wrote: Thanks a lot :) Do you think this required a documentation update because I don't find your information here: http://struts.apache.org/1.3.8/faqs/validator.html On that page it says: "he default error message for a pluggable validator

Re: validwhen returns is required error msg

2007-07-02 Thread Xavier Vanderstukken
Thanks a lot :) Do you think this required a documentation update because I don't find your information here: http://struts.apache.org/1.3.8/faqs/validator.html 2007/7/2, Niall Pemberton <[EMAIL PROTECTED]>: On 7/2/07, Xavier Vanderstukken <[EMAIL PROTECTED]> wrote: > I have the following vali

Re: validwhen returns is required error msg

2007-07-02 Thread Niall Pemberton
On 7/2/07, Xavier Vanderstukken <[EMAIL PROTECTED]> wrote: I have the following validation rule : test (*this* == newPassword) In my ressource file: errors.required={0} is required. errors.i

validwhen returns is required error msg

2007-07-02 Thread Xavier Vanderstukken
I have the following validation rule : test (*this* == newPassword) In my ressource file: errors.required={0} is required. errors.invalid={0} is invalid. valid.confirmnewpassword=Confirm new passwo