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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]