You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hr...@apache.org on 2005/08/14 23:03:10 UTC

svn commit: r232643 - /struts/core/trunk/conf/share/struts-config_1_3.dtd

Author: hrabago
Date: Sun Aug 14 14:02:58 2005
New Revision: 232643

URL: http://svn.apache.org/viewcvs?rev=232643&view=rev
Log:
Remove the contextRelative attribute of the forward element.

Modified:
    struts/core/trunk/conf/share/struts-config_1_3.dtd

Modified: struts/core/trunk/conf/share/struts-config_1_3.dtd
URL: http://svn.apache.org/viewcvs/struts/core/trunk/conf/share/struts-config_1_3.dtd?rev=232643&r1=232642&r2=232643&view=diff
==============================================================================
--- struts/core/trunk/conf/share/struts-config_1_3.dtd (original)
+++ struts/core/trunk/conf/share/struts-config_1_3.dtd Sun Aug 14 14:02:58 2005
@@ -260,13 +260,6 @@
                      subclass to use for this object.
                      ["org.apache.struts.action.ActionForward"]
 
-    contextRelative  Set this to "true" if, in a modular application, the path
-                     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]
-
      extends         The name of the forward configuration that this 
                      will inherit configuration information from.
 
@@ -277,12 +270,9 @@
                      Action object at runtime to select - by its logical name -
                      the resource that should complete the request/response.
 
-     path            The module-relative or context-relative path to the resources
-                     that is encapsulated by the logical name of this ActionForward.
-                     If the path is to be considered context-relative when used in
-                     a modular application, then the contextRelative attribute
-                     should be set to "true". This value should begin with a slash
-                     ("/") character.
+     path            The module-relative path to the resources that is 
+                     encapsulated by the logical name of this ActionForward.
+                     This value should begin with a slash ("/") character.
 
      redirect        Set to "true" if a redirect instruction should be issued to
                      the user-agent so that a new request is issued for this
@@ -295,7 +285,6 @@
 <!ATTLIST forward        catalog        CDATA           #IMPLIED>
 <!ATTLIST forward        className      %ClassName;     #IMPLIED>
 <!ATTLIST forward        command        CDATA           #IMPLIED>
-<!ATTLIST forward        contextRelative %Boolean;      #IMPLIED>
 <!ATTLIST forward        extends        CDATA           #IMPLIED>
 <!ATTLIST forward        module         %RequestPath;   #IMPLIED>
 <!ATTLIST forward        name           CDATA           #REQUIRED>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org