WEB-INF/lib
directory
of the web module.<%@ taglib prefix="sql"
uri="http://java.sun.com/jstl/ea/sql" %>
<sql:transaction dataSource="${myDatasource}">
![]() |
You must include the appropriate statements in your JSP source file and add the tag library to the web module for the JSP page to use the tags. |
See Also | |
---|---|
Custom Tag Libraries Adding a Tag Library to a Web Module |