dgraham     2002/11/15 22:03:06

  Modified:    src/share/org/apache/struts Globals.java
  Log:
  Added XHTML_KEY constant.
  
  Revision  Changes    Path
  1.4       +12 -4     jakarta-struts/src/share/org/apache/struts/Globals.java
  
  Index: Globals.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/Globals.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Globals.java      7 Nov 2002 05:18:26 -0000       1.3
  +++ Globals.java      16 Nov 2002 06:03:06 -0000      1.4
  @@ -286,6 +286,14 @@
        */
       public static final String TRANSACTION_TOKEN_KEY =
           "org.apache.struts.action.TOKEN";
  +        
  +    /**
  +     * The page attributes key under which xhtml status is stored.  This may be 
"true"
  +     * or "false".  When set to true, the html tags output xhtml.
  +     * @since Struts 1.1
  +     */
  +    public static final String XHTML_KEY =
  +        "org.apache.struts.globals.XHTML";
   
   
   }
  
  
  

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

Reply via email to