SV: Validator

2004-04-14 Thread hermod . opstvedt
Hi set validate="false" in your action definition Hermod -Opprinnelig melding- Fra: Zakaria khabot [mailto:[EMAIL PROTECTED] Sendt: 14. april 2004 13:41 Til: Struts Users Mailing List; Struts Developers List Emne: Validator Hi all, In my JSP I have many "Submit(s)" to the same action.

SV: Validator doesn't pick up any errors?

2004-03-28 Thread hermod . opstvedt
Hi Looks like you should be using ValidatorForm - Not ValidatorActionForm With ValidatorForm you name your formdefinitions in validation.xml the same as the formnames in struts-config.xml With ValidatorActionForm you name your formdefinitions validation.xml the same as the action you are calling