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/12/28 17:47:13 UTC

[Apache Struts Wiki] Updated: StrutsBeginnerValidatorFramework

   Date: 2004-12-28T08:47:13
   Editor: MitchellWaters
   Wiki: Apache Struts Wiki
   Page: StrutsBeginnerValidatorFramework
   URL: http://wiki.apache.org/struts/StrutsBeginnerValidatorFramework

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -121,13 +121,15 @@
      type="UserNameForm"/>
   </form-beans>
   <!-- configure the action mapping -->
-  <action
-   path="/inputSubmit"
-   type="UserNameAction"
-   name="userNameForm"
-   scope="request"
-   validate="true"
-   input="input.jsp"/>
+  <action-mappings>
+   <action
+    path="/inputSubmit"
+    type="UserNameAction"
+    name="userNameForm"
+    scope="request"
+    validate="true"
+    input="input.jsp"/>
+  </action-mappings>
   <!-- confgure the plug in -->
   <plug-in 
    className="org.apache.strus.validator.ValidatorPlugIn">

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