craigmcc 2003/02/08 15:41:59
Modified: conf/share struts-config_1_1.dtd
Log:
Oops ... make the description of how the "forward" and "include" attributes
match what the current behavior actually is, rather than what they might
get changed to.
Revision Changes Path
1.38 +4 -4 jakarta-struts/conf/share/struts-config_1_1.dtd
Index: struts-config_1_1.dtd
===================================================================
RCS file: /home/cvs/jakarta-struts/conf/share/struts-config_1_1.dtd,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- struts-config_1_1.dtd 8 Feb 2003 23:31:29 -0000 1.37
+++ struts-config_1_1.dtd 8 Feb 2003 23:41:59 -0000 1.38
@@ -374,7 +374,7 @@
forward Module-relative path of the servlet or other resource that
will process this request, instead of the Action class
- specified by "type". The specified path will be processed
+ specified by "type". The path WILL NOT be processed
through the "forwardPattern" attribute that is configured
on the "controller" element for this application module.
Exactly one of "forward", "include", or "type" must be
@@ -382,8 +382,8 @@
include Module-relative path of the servlet or other resource that
will process this request, instead of the Action class
- specified by "type". The specified path will be processed
- through the "includePattern" attribute that is configured
+ specified by "type". The path WILL NOT be processed
+ through the "forwardPattern" attribute that is configured
on the "controller" element for this application module.
Exactly one of "forward", "include", or "type" must be
specified.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]