Re: Validation problems: again...

2006-07-04 Thread Paul Benedict
You write: Can someone explain me this? Both form extend ActionForm and both actions extend a common action. Vinicius, I think you need to refer to my previous email: ActionForm does not validate. You need to extend from ValidatorActionForm or ValidatorForm. The first valdiates based on

Re: Validation problems: again...

2006-07-04 Thread Vinicius Carvalho
Hum, how could the one of them being validated them? If both extend ActionForm? I gave up from validation plugin, I'm writing my own validate method, isn't validate called even from ActionForm subclasses? Regards On 7/4/06, Paul Benedict [EMAIL PROTECTED] wrote: You write: Can someone explain

RE: Validation problems: again...

2006-07-04 Thread David Friedman
shed some light on this? Regards, David -Original Message- From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 12:34 PM To: Struts Users Mailing List Subject: Re: Validation problems: again... Hum, how could the one of them being validated them? If both extend

Re: Validation problems: again...

2006-07-04 Thread Vinicius Carvalho
Users Mailing List Subject: Re: Validation problems: again... Hum, how could the one of them being validated them? If both extend ActionForm? I gave up from validation plugin, I'm writing my own validate method, isn't validate called even from ActionForm subclasses? Regards On 7/4/06, Paul Benedict

RE: Validation problems: again...

2006-07-04 Thread David Friedman
-Original Message- From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 1:06 PM To: Struts Users Mailing List Subject: Re: Validation problems: again... yes both of em, I've post a pice of the config file ;) yes either, both has validate(ActionMapping arg0