DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33326>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33326





------- Additional Comments From [EMAIL PROTECTED]  2005-02-01 12:54 -------
struts-config.xml for the formbeans and actions

<struts-config>

 <!-- ======== Form Bean Definitions =================================== -->
 <form-beans>
    <form-bean name="sampleForm1" 
               type="de.sample.SampleForm1"/>

    <form-bean name="sampleForm2"                        
               type="de.sample.SampleForm2"/>
 </form-beans>       



 <!-- ========== Action Mapping Definitions ============================== -->
 <action-mappings>
     <action path      = "/sample1"
             type      = "de.sample.SampleAction1"
             name      = "sampleForm1"
             validate  = "false"
             input     = "aJsp.jsp"
             scope     = "request"
     >

     <action path      = "/sample2"
             type      = "de.sample.SampleAction2"
             name      = "sampleForm2"
             validate  = "false"
             input     = "aJsp.jsp"
             scope     = "request"
     >

 </action-mappings>

 <!-- ========== Message Resources Definitions =========================== -->

 <message-resources parameter="resources.ApplicationResources"/>
  
 <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
     <set-property property="pathnames" value="/WEB-INF/validator-  
          rules.xml,/WEB-INF/validation.xml"/>
 </plug-in>

</struts-config> 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to