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/12 05:16:46 UTC

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

shawn       02/04/11 20:16:46

  Modified:    standard/conf scriptfree.tld x-rt.tld
  Log:
  Provided correct implementation class for IfTag in x-rt.tld.
  (You can tell how much I use the rtexprvalue libraries!)
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-taglibs/standard/conf/scriptfree.tld
  
  Index: scriptfree.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/scriptfree.tld,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- scriptfree.tld	26 Feb 2002 21:36:59 -0000	1.3
  +++ scriptfree.tld	12 Apr 2002 03:16:46 -0000	1.4
  @@ -38,7 +38,7 @@
       </init-param>
       <init-param>
         <param-name>allowRTExpressions</param-name>
  -      <param-value>true</param-value>
  +      <param-value>false</param-value>
         <description>
           Controls whether or not expressions used to supply request-time
           attribute values are considered valid.
  
  
  
  1.7       +1 -1      jakarta-taglibs/standard/conf/x-rt.tld
  
  Index: x-rt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/x-rt.tld,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- x-rt.tld	11 Apr 2002 02:02:36 -0000	1.6
  +++ x-rt.tld	12 Apr 2002 03:16:46 -0000	1.7
  @@ -51,7 +51,7 @@
   
     <tag>
       <name>if</name>
  -    <tag-class>org.apache.taglibs.standard.tag.common.core.IfTag</tag-class>
  +    <tag-class>org.apache.taglibs.standard.tag.common.xml.IfTag</tag-class>
       <body-content>JSP</body-content>
       <description>
           XML conditional tag, which evalutes its body if the
  
  
  

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