Originally posted by lakshmi manepally:
Hello,
I am getting some errors during I build my project.
If I use taglib, Do I need to download jstl.jars ?
Please suggest me
You need to download the JSTL 1.1 or 1.0 core taglibs and put the jars in a place where your webapp can reach them.
(Make sure you have the version that matches the
servlet spec for your app server)
for example you are using
tomcat, so you will want to put the files in TOMCAT_DIR\common\lib so all webapps can use these taglibs.
to download those taglibs please refer to this:
http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi Note: that there are two jars in the zip package that you need: "jstl.jar" and "standard.jar". To make it work put them both in the common\lib directory and it should work.
OR you can put them in your WEB-INF\lib so it will be more portable with your .war file..
Note 2: Please make sure next time to choose a meaningful name for your post, at least we can know what we're clicking on..
kindly read this: Use A Meaningful Subject Line