In the documentation for JSTL SQL tags (http://jakarta.apache.org/taglibs/doc/standard-doc/standard-ea3/DB_Function alDescription_1_EA3.html), it indicates that "the <sql:driver> action is only intended for prototyping and simple applications".
Is the "better" way to use DataSource object? If so, how do we do this? Is there an example i could look at? Also, if i'm using the <sql:driver> action, is there a way for the url and driver to be read from <context-param> in WEB-INF\web.xml? The DBtaglib provides for this capability, but how can we do it using JSTL? Thanks. Anuj. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
