The code below shows how to add SQL taglib and the JSTL Core taglib into JSP code.
Code:<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
Printable View
The code below shows how to add SQL taglib and the JSTL Core taglib into JSP code.
Code:<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>