Saturday, May 22, 2010

jstl tags in jsp....

To run JSTL tag :
Download Jakarta-taglibs-standard-1.0.6 and put standared.jar and jstl.jar into web-inf/lib directory. Also put those two file in apache lib folder.
Add this to jsp file….--à
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
Or
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> for new version.

No comments:

Post a Comment