1.0 EA3 1.2 sql http://java.sun.com/jstl/ea/sql JSTL sql JSTL 1.0 sql library org.apache.taglibs.standard.tlv.JstlCoreTLV expressionAttributes transaction:dataSource query:sql query:dataSource query:startRow query:maxRows update:sql update:dataSource param:value driver:driver driver:jdbcURL driver:userName Whitespace-separated list of colon-separated token pairs describing tag:attribute combinations that accept expressions. The validator uses this information to determine which attributes need their syntax validated. Provides core validation features for JSTL tags. org.apache.taglibs.standard.tlv.JstlCoreTLVHelper transaction org.apache.taglibs.standard.tag.el.sql.TransactionTag JSP Provides nested database action elements with a shared Connection, set up to execute all statements as one transaction. dataSource false false query org.apache.taglibs.standard.tag.el.sql.QueryTag JSP Executes the SQL query defined in its body or through the sql attribute. var true false scope false false sql false false dataSource false false startRow false true maxRows false true update org.apache.taglibs.standard.tag.el.sql.UpdateTag JSP Executes the SQL update defined in its body or through the sql attribute. var true false scope false false sql false false dataSource false false param org.apache.taglibs.standard.tag.el.sql.ParamTag empty Sets a parameter in an SQL statement to the specified value. value true false driver org.apache.taglibs.standard.tag.el.sql.DriverTag empty Creates a simple DataSource suitable only for prototyping. var true false driver false false jdbcURL false false userName false false