Date: 2004-05-26T09:26:59
   Editor: IrfandhyFranciscus <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsBeginnerValidatorFramework
   URL: http://wiki.apache.org/struts/StrutsBeginnerValidatorFramework

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -88,6 +88,7 @@
 
 == Step 4. Create a JSP as an input  ==
 
+We name this JSP as input.jsp
 {{{
 
  ....
@@ -123,7 +124,7 @@
    name="userNameForm"
    scope="request"
    validate="true"
-   input="userNameInput.jsp">
+   input="input.jsp"/>
   <!-- confgure the plug in -->
   <plug-in 
    className="org.apache.strus.validator.ValidatorPlugIn">

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

Reply via email to