Author: pbenedict Date: Mon Apr 9 22:32:52 2007 New Revision: 527036 URL: http://svn.apache.org/viewvc?view=rev&rev=527036 Log: STR-3027: Forward name defaults to "success"
Modified: struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_4.dtd Modified: struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_4.dtd URL: http://svn.apache.org/viewvc/struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_4.dtd?view=diff&rev=527036&r1=527035&r2=527036 ============================================================================== --- struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_4.dtd (original) +++ struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_4.dtd Mon Apr 9 22:32:52 2007 @@ -307,6 +307,7 @@ 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. + ["success"]. path The module-relative path to the resources that is encapsulated by the logical name of this ActionForward. @@ -325,7 +326,7 @@ <!ATTLIST forward command CDATA #IMPLIED> <!ATTLIST forward extends CDATA #IMPLIED> <!ATTLIST forward module %RequestPath; #IMPLIED> -<!ATTLIST forward name CDATA #REQUIRED> +<!ATTLIST forward name CDATA "success"> <!ATTLIST forward path %RequestPath; #IMPLIED> <!ATTLIST forward redirect %Boolean; #IMPLIED>