RE: Client side validation broken when using DynaValidatorActionForm.

2004-11-26 Thread Daffin, Miles (Company IT)
David, Many thanks. -Miles -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 17:49 To: Struts Users Mailing List Subject: RE: Client side validation broken when using DynaValidatorActionForm. Miles, Validation based on actions has

RE: Client side validation broken when using DynaValidatorActionForm.

2004-11-25 Thread David G. Friedman
Miles, Validation based on actions has that slash-in-the-name related problem. You can specify a name for the validation method using the html:javascript attribute method= Just be sure to change your html:form's onsubmit to invoke that new method name. For example: html:javascript