Do they both have action mapping with 'validate="true"'? Do they both have the same signature for you personal validate() method in ActionForm? (i.e. not in Action but ActionForm). Remember, the method signature must match YOUR version of struts.
Are there any errors in your log files that might 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 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 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 URI, the second on the form name. > > Paul > > Vinicius Carvalho <[EMAIL PROTECTED]> wrote: Well, I've just quit the validation on strtuts (based on > commons-validator). So I've decided to use dumb manual validation. > > Well problem is, I still can't get one of my forms to validate!!!!! > > Here“ my struts-config: > > > > type="com.synos.pbh.opdigital.view.form.votacao.CadastrarVotanteForm"> > > type="com.synos.pbh.opdigital.view.form.mailing.VisitanteForm"> > > > > type="com.synos.pbh.opdigital.view.action.votacao.CadastrarVotante" > name="cadastrarVotanteForm" input="/cadastroVotante.do"> > > > > > validate="true" > type="com.synos.pbh.opdigital.view.action.mailing.ConfirmarCadastroVisitante Action" > name="cadastrarVisitanteForm" input="/cadastroVisitante.do"> > > > > What's really pissing me off is that the first formbean/action mapping > is just ignoring the validate phase, but the second don't. Can someone > explain me this? Both form extend ActionForm and both actions extend a > common action. > > How come this be possible? Please, I tried everthing I know and > nothing seems to make it work, I must be missing a spot somewhere, > just can't find it. > > Regards > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------- > Do you Yahoo!? > Everyone is raving about the all-new Yahoo! Mail Beta. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]