jholmes     2002/07/05 18:12:56

  Modified:    conf/share struts-config_1_1.dtd
  Log:
  add explicit defaults for forwardPattern and pagePattern
  
  Revision  Changes    Path
  1.23      +2 -2      jakarta-struts/conf/share/struts-config_1_1.dtd
  
  Index: struts-config_1_1.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/struts-config_1_1.dtd,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- struts-config_1_1.dtd     6 Jul 2002 01:09:20 -0000       1.22
  +++ struts-config_1_1.dtd     6 Jul 2002 01:12:56 -0000       1.23
  @@ -452,7 +452,7 @@
                                 Silently swallowed, reserved for future use
                        If not specified, the default forwardPattern is
                        "$A$P", which is consistent with previous hard coded
  -                     behavior of forwards.
  +                     behavior of forwards.  [$A$P]
   
        inputForward    Set to true if you want the "input" parameter of
                        "action" elements to be the name of a local or global
  @@ -488,7 +488,7 @@
                                 Silently swallowed, reserved for future use
                        If not specified, the default forwardPattern is
                        "$A$P", which is consistent with previous hard coded
  -                     behavior of URL evaluation for "page" attributes.
  +                     behavior of URL evaluation for "page" attributes.  [$A$P]
   
        processorClass  The fully qualified Java class name of the
                        RequestProcessor class to be used.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to