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/09/24 19:55:17 UTC

cvs commit: jakarta-taglibs/standard/conf c.tld

shawn       2002/09/24 10:55:17

  Modified:    standard/conf c.tld
  Log:
  Fix for bug 12963: Mismatch in tag attributes being required (url and redirect tags)
  
  Revision  Changes    Path
  1.20      +2 -2      jakarta-taglibs/standard/conf/c.tld
  
  Index: c.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/c.tld,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- c.tld	19 Apr 2002 16:43:37 -0000	1.19
  +++ c.tld	24 Sep 2002 17:55:17 -0000	1.20
  @@ -305,7 +305,7 @@
       </attribute>
       <attribute>
           <name>url</name>
  -        <required>false</required>
  +        <required>true</required>
           <rtexprvalue>false</rtexprvalue>
       </attribute>
       <attribute>
  @@ -388,7 +388,7 @@
       </attribute>
       <attribute>
           <name>value</name>
  -        <required>false</required>
  +        <required>true</required>
           <rtexprvalue>false</rtexprvalue>
       </attribute>
       <attribute>
  
  
  

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