JSTL sql
Tag transaction


Provides nested database action elements with a shared Connection, set up to execute all statements as one transaction.


Tag Information
Tag Classorg.apache.taglibs.standard.tag.rt.sql.TransactionTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
dataSource
DataSource associated with the database to access. A String value represents a relative path to a JNDI resource or the parameters for the JDBC DriverManager facility.
 
Required: false
Request-time: true
Type: java.lang.String
isolation
Transaction isolation level. If not specified, it is the isolation level the DataSource has been configured with.
 
Required: false
Request-time: true
Type: java.lang.String

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.