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 sh...@apache.org on 2002/04/17 18:36:17 UTC

cvs commit: jakarta-taglibs/standard/conf fmt-rt.tld fmt.tld

shawn       02/04/17 09:36:17

  Modified:    standard/conf fmt-rt.tld fmt.tld
  Log:
  Fix for bug 8210.
  
  Revision  Changes    Path
  1.25      +5 -5      jakarta-taglibs/standard/conf/fmt-rt.tld
  
  Index: fmt-rt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/fmt-rt.tld,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- fmt-rt.tld	17 Apr 2002 11:21:32 -0000	1.24
  +++ fmt-rt.tld	17 Apr 2002 16:36:17 -0000	1.25
  @@ -22,7 +22,7 @@
     <tag>
       <name>requestEncoding</name>
       <tag-class>org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag</tag-class>
  -    <body-content>EMPTY</body-content>
  +    <body-content>empty</body-content>
       <description>
           Sets the request character encoding
       </description>
  @@ -36,7 +36,7 @@
     <tag>
       <name>setLocale</name>
       <tag-class>org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag</tag-class>
  -    <body-content>EMPTY</body-content>
  +    <body-content>empty</body-content>
       <description>
           Stores the given locale in the locale configuration variable
       </description>
  @@ -75,7 +75,7 @@
     <tag>
       <name>setTimeZone</name>
       <tag-class>org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag</tag-class>
  -    <body-content>EMPTY</body-content>
  +    <body-content>empty</body-content>
       <description>
           Stores the given time zone in the time zone configuration variable
       </description>
  @@ -118,7 +118,7 @@
     <tag>
       <name>setBundle</name>
       <tag-class>org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag</tag-class>
  -    <body-content>EMPTY</body-content>
  +    <body-content>empty</body-content>
       <description>
           Loads a resource bundle and stores it in the named scoped variable or
           the bundle configuration variable
  @@ -300,7 +300,7 @@
     <tag>
       <name>formatDate</name>
       <tag-class>org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag</tag-class>
  -    <body-content>EMPTY</body-content>
  +    <body-content>empty</body-content>
       <description>
           Formats a date and/or time using the supplied styles and pattern
       </description>
  
  
  
  1.24      +5 -5      jakarta-taglibs/standard/conf/fmt.tld
  
  Index: fmt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/fmt.tld,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- fmt.tld	17 Apr 2002 02:53:35 -0000	1.23
  +++ fmt.tld	17 Apr 2002 16:36:17 -0000	1.24
  @@ -64,7 +64,7 @@
     <tag>
       <name>requestEncoding</name>
       <tag-class>org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag</tag-class>
  -    <body-content>EMPTY</body-content>
  +    <body-content>empty</body-content>
       <description>
           Sets the request character encoding
       </description>
  @@ -78,7 +78,7 @@
     <tag>
       <name>setLocale</name>
       <tag-class>org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag</tag-class>
  -    <body-content>EMPTY</body-content>
  +    <body-content>empty</body-content>
       <description>
           Stores the given locale in the locale configuration variable
       </description>
  @@ -117,7 +117,7 @@
     <tag>
       <name>setTimeZone</name>
       <tag-class>org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag</tag-class>
  -    <body-content>EMPTY</body-content>
  +    <body-content>empty</body-content>
       <description>
           Stores the given time zone in the time zone configuration variable
       </description>
  @@ -160,7 +160,7 @@
     <tag>
       <name>setBundle</name>
       <tag-class>org.apache.taglibs.standard.tag.el.fmt.SetBundleTag</tag-class>
  -    <body-content>EMPTY</body-content>
  +    <body-content>empty</body-content>
       <description>
           Loads a resource bundle and stores it in the named scoped variable or
           the bundle configuration variable
  @@ -342,7 +342,7 @@
     <tag>
       <name>formatDate</name>
       <tag-class>org.apache.taglibs.standard.tag.el.fmt.FormatDateTag</tag-class>
  -    <body-content>EMPTY</body-content>
  +    <body-content>empty</body-content>
       <description>
           Formats a date and/or time using the supplied styles and pattern
       </description>
  
  
  

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