Bug 7582 - ignoreErrors attribute of execute tag missing from tld
Summary: ignoreErrors attribute of execute tag missing from tld
Status: CLOSED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: DBTags Taglib (show other bugs)
Version: 1.0B1
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-28 16:31 UTC by Eric Chambers
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Chambers 2002-03-28 16:31:41 UTC
ignoreErrors attribute of execute tag missing from dbtag.tld

  <tag>
    <name>execute</name>
    <tagclass>org.apache.taglibs.dbtags.statement.ExecuteTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <!-- should contain this -->
    <attribute>
      <name>ignoreErrors</name>
      <required>no</required>
      <rtexprvalue>no</rtexprvalue>
    </attribute>
  </tag>
Comment 1 Glenn Nielsen 2002-04-06 18:55:19 UTC
Thanks for reporting this.  It has been fixed, it will show up in the next
nightly build.