Date: 2004-06-11T04:55:01
   Editor: 213.58.116.45 <>
   Wiki: Apache Struts Wiki
   Page: StrutsBeginnerValidatorFramework
   URL: http://wiki.apache.org/struts/StrutsBeginnerValidatorFramework

   correct onsubmit attribute

Change Log:

------------------------------------------------------------------------------
@@ -102,7 +102,7 @@
   </html:messages>
  </logic:messagesPresent>
 
- <html:form action="inputSubmit" onsubmit="validateUserNameForm(this);">
+ <html:form action="inputSubmit" onsubmit="return validateForm(this);">
  <html:text property="userName"/>
  <html:submt value="submit"/>
  </html:form>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to