husted 2004/02/19 10:19:56
Modified: conf/share struts-config_1_2.dtd
Log:
Add module attribute to forward; deprecate contextRelative; remove deprecated
dynamic attribute.
Revision Changes Path
1.7 +6 -12 jakarta-struts/conf/share/struts-config_1_2.dtd
Index: struts-config_1_2.dtd
===================================================================
RCS file: /home/cvs/jakarta-struts/conf/share/struts-config_1_2.dtd,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- struts-config_1_2.dtd 1 Feb 2004 16:14:07 -0000 1.6
+++ struts-config_1_2.dtd 19 Feb 2004 18:19:55 -0000 1.7
@@ -135,7 +135,6 @@
type Fully qualified Java class to use when instantiating
ActionFormBean objects. If specified, the object must be a
subclass of the default class type.
- DEPRECATED.
WARNING: For Struts 1.0, this value is ignored. You
can set the default implementation class name with the
@@ -161,15 +160,6 @@
configuration bean.
["org.apache.struts.config.FormBeanConfig"]
- dynamic If the form bean type is a DynaActionForm subclass (that you
- created), then (and only then) set this attribute to "true".
- If the type is set to the default DynaActionForm or any
- conventional ActionForm subclass, then this attribute can be
- omitted.
- [true] if type is "org.apache.struts.action.DynaActionForm"
- [false] otherwise DEPRECATED - THIS IS NOW DETERMINED
- DYNAMICALLY BASED ON THE SPECIFIED IMPLEMENTATION CLASS.
-
name The unique identifier for this form bean. Referenced by the
<action> element to specify which form bean to use with its
request.
@@ -282,7 +272,6 @@
type Fully qualified Java class to use when instantiating
ActionForward objects. If specified, the object must be a
subclass of the default class type.
- DEPRECATED.
WARNING: For Struts 1.0, this value is ignored. You
can set the default implementation class name with the
@@ -310,8 +299,12 @@
attribute starts with a slash "/" and should be considered
relative to the entire web application rather than the module.
Since Struts 1.1.
+ DEPRECATED.
[false]
+ module The module prefix to use with this path. This value should
+ begin with a slash ("/").
+
name The unique identifier for this forward. Referenced by the
Action object at runtime to select - by its logical name -
the resource that should complete the request/response.
@@ -333,6 +326,7 @@
<!ATTLIST forward id ID #IMPLIED>
<!ATTLIST forward className %ClassName; #IMPLIED>
<!ATTLIST forward contextRelative %Boolean; #IMPLIED>
+<!ATTLIST forward module %RequestPath; #IMPLIED>
<!ATTLIST forward name CDATA #REQUIRED>
<!ATTLIST forward path %RequestPath; #REQUIRED>
<!ATTLIST forward redirect %Boolean; #IMPLIED>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]