niallp 2004/09/23 04:59:30
Modified: web/examples/WEB-INF/validator struts-config.xml
Log:
Fix for bug 31374 submitted by Richard Bywater
Revision Changes Path
1.5 +1 -2 jakarta-struts/web/examples/WEB-INF/validator/struts-config.xml
Index: struts-config.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/web/examples/WEB-INF/validator/struts-config.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- struts-config.xml 7 Sep 2004 02:50:06 -0000 1.4
+++ struts-config.xml 23 Sep 2004 11:59:30 -0000 1.5
@@ -51,8 +51,7 @@
<forward name="success" path="/jsType.do" />
</action>
<action path="/jsType" forward="/jsType.jsp" />
- <action path="/jsType-submit"
type="org.apache.struts.webapp.validator.TypeAction" name="jsTypeForm" scope="request"
validate="true" input="input">
- <forward name="input" path="/editJsType-submit.do?typeForm.reset=false" />
+ <action path="/jsType-submit"
type="org.apache.struts.webapp.validator.TypeAction" name="jsTypeForm" scope="request"
validate="true" input="/jsType.jsp">
<forward name="success" path="/welcome.do" />
</action>
<!-- Locale Action -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]