craigmcc    01/03/27 21:50:13

  Modified:    conf/share struts-config_1_0.dtd
  Log:
  Remove the default values for the "unknown" (false) and "validate" (true)
  properties in the DTD, so that the underlying defaults in the ActionMapping
  class (or the subclass you specify) will take effect.
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-struts/conf/share/struts-config_1_0.dtd
  
  Index: struts-config_1_0.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/struts-config_1_0.dtd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- struts-config_1_0.dtd     2001/03/23 22:21:34     1.2
  +++ struts-config_1_0.dtd     2001/03/28 05:50:13     1.3
  @@ -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.2 2001/03/23 22:21:34 craigmcc Exp $
  +     $Id: struts-config_1_0.dtd,v 1.3 2001/03/28 05:50:13 craigmcc Exp $
   -->
   
   
  @@ -334,8 +334,8 @@
   <!ATTLIST action         scope          %RequestScope;  #IMPLIED>
   <!ATTLIST action         suffix         CDATA           #IMPLIED>
   <!ATTLIST action         type           %ClassName;     #IMPLIED>
  -<!ATTLIST action         unknown        %Boolean;       "false">
  -<!ATTLIST action         validate       %Boolean;       "true">
  +<!ATTLIST action         unknown        %Boolean;       #IMPLIED>
  +<!ATTLIST action         validate       %Boolean;       #IMPLIED>
   
   
   <!-- The "set-property" element specifies the name and value of an additional
  
  
  

Reply via email to