Posted By:
Ramesh_Kunwar
Posted On:
Monday, March 6, 2006 08:09 PM
I am using Tomcat 5.0.28 and JSTL 1.0.6. I put the files standard.jar and jstl.jar within my web-app WEB-INF/lib folder. Then I ran the following program as test.jsp
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
However, I got nothing in the browser. Obviously the tag didn't worked, but why? I need your suggestions.