jmitchell 2003/03/13 17:17:10 Modified: conf/test struts-config.xml Log: New action for new tests. Revision Changes Path 1.9 +6 -0 jakarta-struts/conf/test/struts-config.xml Index: struts-config.xml =================================================================== RCS file: /home/cvs/jakarta-struts/conf/test/struts-config.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- struts-config.xml 7 Mar 2003 05:35:02 -0000 1.8 +++ struts-config.xml 14 Mar 2003 01:17:10 -0000 1.9 @@ -51,6 +51,12 @@ path="/test/org/apache/struts/taglib/bean/resources/IncludeTagTest.jsp"/> </action> + <action path="/simpleAction" + type="does.not.exist.SimpleAction"> + <forward name="success" + path="/does/not/exist/jsp.jsp"/> + </action> + <action path="/testFormTag" type="org.apache.struts.taglib.html.resources.FormTagTestAction" name="testFormBean"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]