craigmcc 2002/10/28 21:41:46 Modified: conf/share struts-config_1_1.dtd Log: Cosmetic changes only to avoid lines > 80 characters. For some unknown reason, this cleans up a bogus XML parsing error ("--" not allowed in a comment at line 490, column 81) in TestApplicationConfig when running the test.junit target. Revision Changes Path 1.32 +14 -14 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.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- struts-config_1_1.dtd 18 Oct 2002 15:27:41 -0000 1.31 +++ struts-config_1_1.dtd 29 Oct 2002 05:41:46 -0000 1.32 @@ -487,15 +487,15 @@ - "$x" - (Where "x" is any character not defined above) Silently swallowed, reserved for future use If not specified, the default forwardPattern is "$A$P", - which is consistent with the previous behavior of forwards. - Since Struts 1.1. - ["$A$P"] + which is consistent with the previous behavior of + forwards. Since Struts 1.1. ["$A$P"] - inputForward Set to "true" if you want the "input" attribute of <action> - elements to be the name of a local or global ActionForward, - which will then be used to calculate the ultimate URL. Set - to "false" (the default) to treat the "input" parameter of - <action> elements as a module-relative path to the resource + inputForward Set to "true" if you want the "input" attribute of + <action> elements to be the name of a local or global + ActionForward, which will then be used to calculate the + ultimate URL. Set to "false" (the default) to treat the + "input" parameter of <action> elements as a + module-relative path to the resource to be used as the input form. Since Struts 1.1. [false] @@ -509,13 +509,13 @@ megabytes, or gigabytes, respectively. ["250M"] - multipartClass The fully qualified Java class name of the multipart request - handler class to be used with this module. + multipartClass The fully qualified Java class name of the multipart + request handler class to be used with this module. ["org.apache.struts.upload.CommonsMultipartRequestHandler"] - nocache Set to "true" if you want the controller to add HTTP headers - for defeating caching to every response from this module. - [false] + nocache Set to "true" if you want the controller to add HTTP + headers for defeating caching to every response from + this module. [false] pagePattern Replacement pattern defining how the "page" attribute of custom tags using it is mapped to a context-relative URL
-- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>