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 gl...@apache.org on 2002/04/06 20:54:46 UTC

cvs commit: jakarta-taglibs/dbtags/xml dbtags.xml

glenn       02/04/06 10:54:45

  Modified:    dbtags/xml dbtags.xml
  Log:
  Add missing ignoreErrors attribute of execute tag
  
  Revision  Changes    Path
  1.6       +13 -1     jakarta-taglibs/dbtags/xml/dbtags.xml
  
  Index: dbtags.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/dbtags/xml/dbtags.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- dbtags.xml	15 Aug 2001 00:46:34 -0000	1.5
  +++ dbtags.xml	6 Apr 2002 18:54:45 -0000	1.6
  @@ -644,7 +644,19 @@
           
         <availability>1.0</availability>
         <restrictions>Use inside a statement or preparedStatement tag.</restrictions>
  -        
  +
  +      <attribute>
  +        <name>ignoreErrors</name>
  +        <required>no</required>
  +        <rtexprvalue>yes</rtexprvalue>
  +        <description>
  +          Setting the "ignoreErrors" atttibute to true
  +          will instruct the page to continue in the event of a SQLException,
  +          otherwise by default exceptions will throw a JspTagException.
  +        </description>
  +        <availability>1.0</availability>
  +      </attribute>
  +
         <example>
           <usage>
             <code>
  
  
  

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