Error in JSTL tutorials Part 4- JSTL and SQL Tags,
August 2, 2008 at 10:55 AM
In JSTL tutorials Section: JSTL and SQL Tags Example: query.jsp
uri="http://java.sun.com/jstl/core" & uri="http://java.sun.com/jstl/sql" this uri attribute must be with in <%@ taglib /> directive
moreover this uri attribute must have following value in order to compile all the exmples of tutorial: uri="http://java.sun.com/jsp/jstl/core" for core tags and uri="http://java.sun.com/jsp/jstl/" for sql tags