Date: 2004-05-25T09:34:49
   Editor: 165.21.154.77 <>
   Wiki: Apache Struts Wiki
   Page: StrutsBeginnerValidatorFramework
   URL: http://wiki.apache.org/struts/StrutsBeginnerValidatorFramework

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -25,7 +25,7 @@
   7. Add the form to the form set in the validator.xml
   
 
-== ''' Step 1. Create an action Form class ''' ==
+==  Step 1. Create an action Form class  ==
 
 {{{ 
 
@@ -46,7 +46,7 @@
 
 This form will contain one field called user name field, that is mandatory.
 
-== ''' Step 2. Create a action class ''' ==
+==  Step 2. Create a action class  ==
 {{{
 
 public class UserNameAction extends Action
@@ -65,7 +65,7 @@
 
 }}}
 
-== ''' Step 3. Set up the reource bundle ''' ==
+==  Step 3. Set up the reource bundle  ==
 
 {{{
 <message-resources parameter="ApplicationResources"/>
@@ -77,7 +77,7 @@
 userNameForm.userName= User Name
 }}}
 
-== ''' Step 4. Create a JSP as an input ''' ==
+== Step 4. Create a JSP as an input  ==
 
 {{{
 
@@ -97,7 +97,7 @@
  
 }}}
 
-== ''' Step 5. Map the jsp page with the action form and the action class inside 
struts-config.xml. ''' ==
+==  Step 5. Map the jsp page with the action form and the action class inside 
struts-config.xml.  ==
 
 {{{
 
@@ -125,7 +125,7 @@
 
 }}}
 
-== ''' Step 7. Add the form to the form set in the validator.xml'''  ==
+==  Step 7. Add the form to the form set in the validator.xml  ==
 
 {{{
 <form-validation>

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

Reply via email to