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 fe...@apache.org on 2004/01/07 01:50:14 UTC

cvs commit: jakarta-taglibs/standard/examples/conf jstl-examples.tld

felipeal    2004/01/06 16:50:14

  Modified:    standard/examples/conf jstl-examples.tld
  Log:
  added default Locale and locales tags (see bug 25637)
  
  Revision  Changes    Path
  1.6       +37 -0     jakarta-taglibs/standard/examples/conf/jstl-examples.tld
  
  Index: jstl-examples.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/conf/jstl-examples.tld,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jstl-examples.tld	5 Dec 2003 20:31:22 -0000	1.5
  +++ jstl-examples.tld	7 Jan 2004 00:50:14 -0000	1.6
  @@ -12,6 +12,43 @@
     <uri>/jstl-examples-taglib</uri>
   
     <tag>
  +    <name>defaultLocale</name>
  +    <tag-class>org.apache.taglibs.standard.examples.taglib.DefaultLocaleTag</tag-class>
  +    <body-content>JSP</body-content>
  +  </tag>
  +
  +  <tag>
  +    <name>locales</name>
  +    <tag-class>org.apache.taglibs.standard.examples.taglib.LocalesTag</tag-class>
  +    <body-content>JSP</body-content>
  +    <attribute>
  +        <name>var</name>
  +        <required>required</required>
  +        <rtexprvalue>false</rtexprvalue>
  +    </attribute>
  +    <attribute>
  +        <name>varStatus</name>
  +        <required>false</required>
  +        <rtexprvalue>false</rtexprvalue>
  +    </attribute>
  +    <attribute>
  +        <name>varTotal</name>
  +        <required>false</required>
  +        <rtexprvalue>false</rtexprvalue>
  +    </attribute>
  +    <attribute>
  +        <name>begin</name>
  +        <required>false</required>
  +        <rtexprvalue>true</rtexprvalue>
  +    </attribute>
  +    <attribute>
  +        <name>end</name>
  +        <required>false</required>
  +        <rtexprvalue>true</rtexprvalue>
  +    </attribute>
  +  </tag>
  +
  +  <tag>
       <name>escapeHtml</name>
       <tag-class>org.apache.taglibs.standard.examples.taglib.EscapeHtmlTag</tag-class>
       <body-content>JSP</body-content>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org