Bug 35628 - jstl-examples.tld has a not valid tag with value 'required' instead of 'true'
Summary: jstl-examples.tld has a not valid tag with value 'required' instead of 'true'
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-06 13:14 UTC by cymon_go
Modified: 2005-07-13 22:09 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cymon_go 2005-07-06 13:14:36 UTC
Acording the http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd the "required"
tag from jstl-examples.tld has a not valid value:
  <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>

DTD staits that value have to be "true" or "false" or "yes" or "no"