Re: Validator plugin troubleshooting

2005-08-25 Thread Xavier Vanderstukken
Change validate="false" in the struts-config.xml file to validate="true" and also dont forget to set the onSubmit attribute to something like return validateLoginForm(this) jonathan gilmore wrote: I cannot get my struts application to work with the Validator plugin. Can someone please rev

Validator plugin troubleshooting

2005-08-25 Thread jonathan gilmore
I cannot get my struts application to work with the Validator plugin. Can someone please review my code below to see if I'm doing something wrong. I have omitted the LoginForm class The only formset in validation.xml... T