You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by td...@apache.org on 2002/01/19 08:33:38 UTC

cvs commit: jakarta-taglibs/i18n/xml i18n.xml

tdawson     02/01/18 23:33:38

  Modified:    i18n/xml i18n.xml
  Log:
  added changeResponseLocale and scope to TLD
  
  Revision  Changes    Path
  1.5       +22 -33    jakarta-taglibs/i18n/xml/i18n.xml
  
  Index: i18n.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/i18n/xml/i18n.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- i18n.xml	18 Oct 2001 13:28:18 -0000	1.4
  +++ i18n.xml	19 Jan 2002 07:33:38 -0000	1.5
  @@ -138,9 +138,6 @@
           <name>id</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
  -        <!-- The following element is non-standard, but probably will be 
  -            standard in final JSP 1.2. For now it is only used for the HTML
  -            doc. -->
           <description>
             Script variable id for use with standard <b>jsp:getProperty</b>
             tag and as an attribute to other tags in this tag library.
  @@ -152,9 +149,6 @@
           <name>baseName</name>
           <required>true</required>
           <rtexprvalue>true</rtexprvalue>
  -        <!-- The following element is non-standard, but probably will be 
  -            standard in final JSP 1.2. For now it is only used for the HTML
  -            doc. -->
           <description>
             Used along with the provided (or auto-sensed) locale to locate the
             desired ResourceBundle.
  @@ -163,6 +157,28 @@
         </attribute>
   
         <attribute>
  +        <name>changeResponseLocale</name>
  +        <required>false</required>
  +        <rtexprvalue>false</rtexprvalue>
  +        <description>
  +          Specifies whether or not the response locale should be changed to
  +          match the locale used by this tag.
  +        </description>
  +        <availability>1.0</availability>
  +      </attribute>
  +
  +      <attribute>
  +        <name>scope</name>
  +        <required>false</required>
  +        <rtexprvalue>false</rtexprvalue>
  +        <description>
  +          Specifies the scope (application, session, request, page) that
  +          this bundle will be made available to message and other tags.
  +        </description>
  +        <availability>1.0</availability>
  +      </attribute>
  +
  +      <attribute>
           <name>locale</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
  @@ -315,9 +331,6 @@
           <name>id</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
  -        <!-- The following element is non-standard, but probably will be 
  -            standard in final JSP 1.2. For now it is only used for the HTML
  -            doc. -->
           <description>
             Script variable id for use with standard <b>jsp:getProperty</b>
             tag and as an attribute to other tags in this tag library.
  @@ -649,9 +662,6 @@
           <name>id</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
  -        <!-- The following element is non-standard, but probably will be 
  -            standard in final JSP 1.2. For now it is only used for the HTML
  -            doc. -->
           <description>
             Script variable id for use with standard <b>jsp:getProperty</b>
             tag and as an attribute to other tags in this tag library.
  @@ -754,9 +764,6 @@
           <name>id</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
  -        <!-- The following element is non-standard, but probably will be 
  -            standard in final JSP 1.2. For now it is only used for the HTML
  -            doc. -->
           <description>
             Script variable id for use with standard <b>jsp:getProperty</b>
             tag and as an attribute to other tags in this tag library.
  @@ -838,9 +845,6 @@
           <name>id</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
  -        <!-- The following element is non-standard, but probably will be 
  -            standard in final JSP 1.2. For now it is only used for the HTML
  -            doc. -->
           <description>
             Script variable id for use with standard <b>jsp:getProperty</b>
             tag and as an attribute to other tags in this tag library.
  @@ -937,9 +941,6 @@
           <name>id</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
  -        <!-- The following element is non-standard, but probably will be 
  -            standard in final JSP 1.2. For now it is only used for the HTML
  -            doc. -->
           <description>
             Script variable id for use with standard <b>jsp:getProperty</b>
             tag and as an attribute to other tags in this tag library.
  @@ -1028,9 +1029,6 @@
           <name>id</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
  -        <!-- The following element is non-standard, but probably will be 
  -            standard in final JSP 1.2. For now it is only used for the HTML
  -            doc. -->
           <description>
             Script variable id for use with standard <b>jsp:getProperty</b>
             tag and as an attribute to other tags in this tag library.
  @@ -1121,9 +1119,6 @@
           <name>id</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
  -        <!-- The following element is non-standard, but probably will be 
  -            standard in final JSP 1.2. For now it is only used for the HTML
  -            doc. -->
           <description>
             Script variable id for use with standard <b>jsp:getProperty</b>
             tag and as an attribute to other tags in this tag library.
  @@ -1231,9 +1226,6 @@
           <name>id</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
  -        <!-- The following element is non-standard, but probably will be 
  -            standard in final JSP 1.2. For now it is only used for the HTML
  -            doc. -->
           <description>
             Script variable id for use with standard <b>jsp:getProperty</b>
             tag and as an attribute to other tags in this tag library.
  @@ -1340,9 +1332,6 @@
           <name>id</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
  -        <!-- The following element is non-standard, but probably will be 
  -            standard in final JSP 1.2. For now it is only used for the HTML
  -            doc. -->
           <description>
             Script variable id for use with standard <b>jsp:getProperty</b>
             tag and as an attribute to other tags in this tag library.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>