<%@ taglib prefix="c" uri="http: java.sun.com/jstl/core" %>
this doesn't work.
What is the new taglib import statement, and how can I find a reference of others to use, and what tags there are to use.
Thanks!
<%@ taglib prefix="c" uri="http: java.sun.com/jstl/core" %>
this doesn't work.
What is the new taglib import statement, and how can I find a reference of others to use, and what tags there are to use.
Thanks!
here's a good one to start, just put it at top of jsp :
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
Allows you to use these tags.
What doesn't work? In jsp/servlet container, there are four built-in standard tag libraries: http://docs.oracle.com/javaee/1.4/tutorial/doc/JSTL3.html