craigmcc    01/02/19 13:41:41

  Modified:    src/conf struts-config_1_0.dtd
  Log:
  Remove the default value for the "redirect" attribute, so that you can
  use a global RedirectingActionForward if you want to, without having to
  explicitly say redirect="true" on every <forward> element.
  
  Submitted by:  Howard Moore <[EMAIL PROTECTED]>
  PR:  Bugzilla #616
  
  Revision  Changes    Path
  1.11      +2 -2      jakarta-struts/src/conf/struts-config_1_0.dtd
  
  Index: struts-config_1_0.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/conf/struts-config_1_0.dtd,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- struts-config_1_0.dtd     2001/02/13 19:25:40     1.10
  +++ struts-config_1_0.dtd     2001/02/19 21:41:39     1.11
  @@ -11,7 +11,7 @@
          "-//Apache Software Foundation//DTD Struts Configuration 1.0//EN"
          "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd">
   
  -     $Id: struts-config_1_0.dtd,v 1.10 2001/02/13 19:25:40 craigmcc Exp $
  +     $Id: struts-config_1_0.dtd,v 1.11 2001/02/19 21:41:39 craigmcc Exp $
   -->
   
   
  @@ -230,7 +230,7 @@
   <!ATTLIST forward        className      %ClassName;     #IMPLIED>
   <!ATTLIST forward        name           CDATA           #REQUIRED>
   <!ATTLIST forward        path           %RequestPath;   #REQUIRED>
  -<!ATTLIST forward        redirect       %Boolean;       "false">
  +<!ATTLIST forward        redirect       %Boolean;       #IMPLIED>
   
   
   <!-- The "action-mappings" element configures the mappings from submitted
  
  
  

Reply via email to