Sunday, June 6, 2010

How to java standard tag library work


To Use JSTL we need to do the following things

Download link http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi

1>Download the standard.jar and jstl.jar and keep them into web-INF/lib folder.
Download Link

2>Download the requeried tld.

3> For your JSTL Web application, edit your web.xml file and add the following entries:


http://java.sun.com/jstl/core
/WEB-INF/c.tld

































For further information we can go through the following link..
http://www.developer.com/java/ejb/article.php/1447551/An-Introduction-to-JSP-Standard-Template-Library-JSTL.htm

0 comments: