In my .jsp page i include the taglib:
<%@taglib prefix="c" uri=" %> in order that I can use the <c:forEach> but I got an error:
The absolute uri cannot be resolved in either web.xml or the jar files deployed with this application.
I use the java tools bundle window with netbeans included.
<%@taglib prefix="c" uri=" %> in order that I can use the <c:forEach> but I got an error:
The absolute uri cannot be resolved in either web.xml or the jar files deployed with this application.
I use the java tools bundle window with netbeans included.