dmkarr 2002/10/13 20:25:42
Modified: contrib/struts-el/web/exercise-taglib/WEB-INF
struts-config.xml
Log:
Added actions for test pages for buttons, file, frames, and inputs.
Revision Changes Path
1.3 +24 -0
jakarta-struts/contrib/struts-el/web/exercise-taglib/WEB-INF/struts-config.xml
Index: struts-config.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/struts-el/web/exercise-taglib/WEB-INF/struts-config.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- struts-config.xml 5 Oct 2002 05:38:41 -0000 1.2
+++ struts-config.xml 14 Oct 2002 03:25:42 -0000 1.3
@@ -47,6 +47,30 @@
<forward name="input" path="/html-radio.jsp"/>
</action>
+ <action path="/html-button"
+ type="org.apache.struts.webapp.exercise.HtmlSettersAction"
+ name="testbean"
+ scope="session"
+ validate="false">
+ <forward name="input" path="/html-button.jsp"/>
+ </action>
+
+ <action path="/html-file"
+ type="org.apache.struts.webapp.exercise.HtmlSettersAction"
+ name="testbean"
+ scope="session"
+ validate="false">
+ <forward name="input" path="/html-file.jsp"/>
+ </action>
+
+ <action path="/html-input"
+ type="org.apache.struts.webapp.exercise.HtmlSettersAction"
+ name="testbean"
+ scope="session"
+ validate="false">
+ <forward name="input" path="/html-input.jsp"/>
+ </action>
+
<action path="/html-select"
type="org.apache.struts.webapp.exercise.HtmlSettersAction"
name="testbean"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>