Re: Unnecessary onsubmit

2007-11-27 Thread Martin Gilday
TED]> To: "Struts Users Mailing List" Date: Tue, 27 Nov 2007 16:29:11 +0000 Subject: Re: Unnecessary onsubmit I've not used a validation attribute. An example: <@s.form namespace="/" action="registration!save" method="post"> The stack just has the

Re: Unnecessary onsubmit

2007-11-27 Thread Martin Gilday
message - From: "Dave Newton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Date: Tue, 27 Nov 2007 08:16:42 -0800 (PST) Subject: Re: Unnecessary onsubmit With the regular tag without the "validation" attribute set?! d. --- Martin Gilday <[EMAI

Re: Unnecessary onsubmit

2007-11-27 Thread Dave Newton
With the regular tag without the "validation" attribute set?! d. --- Martin Gilday <[EMAIL PROTECTED]> wrote: > We are using the validaiton interceptor but not > client side javascript > validation. However we are still seeing lots of > onsubmit="customOnsubmit_registration(); return > true;"

Unnecessary onsubmit

2007-11-27 Thread Martin Gilday
We are using the validaiton interceptor but not client side javascript validation. However we are still seeing lots of onsubmit="customOnsubmit_registration(); return true;" appearing in the views. On form submission you get a js error as the function does not exist. Why is this appearing and is