You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by de...@struts.apache.org on 2004/06/11 13:46:23 UTC

[Apache Struts Wiki] Updated: StrutsBeginnerValidatorFramework

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

   Corrected syntax error and added a onsubmit attribute

Change Log:

------------------------------------------------------------------------------
@@ -100,9 +100,9 @@
  <html:messages id="error"/>
    <%= error %>
   </html:messages>
- </log:messagesPresent>
+ </logic:messagesPresent>
 
- <html:form action="inputSubmit">
+ <html:form action="inputSubmit" onsubmit="validateUserNameForm(this);">
  <html:text property="userName"/>
  <html:submt value="submit"/>
  </html:form>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org