husted 2004/02/18 17:10:33
Modified: web/examples/WEB-INF struts-config.xml
Log:
Add sample classes for testing and usage examples.
Revision Changes Path
1.7 +3 -2 jakarta-struts/web/examples/WEB-INF/struts-config.xml
Index: struts-config.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/web/examples/WEB-INF/struts-config.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- struts-config.xml 19 Feb 2004 00:09:37 -0000 1.6
+++ struts-config.xml 19 Feb 2004 01:10:33 -0000 1.7
@@ -8,8 +8,9 @@
<struts-config>
<data-sources />
<form-beans type="org.apache.struts.webapp.examples.CustomFormBean">
- <form-bean name="example"
type="org.apache.struts.webapp.examples.CustomFormBean" />
+ <form-bean name="example"
type="org.apache.struts.webapp.examples.CustomFormBean" >
<set-property property="example" value="EXAMPLE" />
+ </form-bean>
</form-beans>
<global-exceptions />
<global-forwards type="org.apache.struts.webapp.examples.CustomActionForward">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]