where to download the jstl files needed.I have downloaded jstl-api-1.2.jar and jstl-impl-1.2.jar instead of jstl.jar and standard.jar but they didn't work. And cannot download from "http://tomcat.apache.org/taglibs/standard/"
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
Those are the correct files. What exactly does "it didn't work" mean? Is the web.xml file set up correctly?
Sudeep Shakya
Greenhorn
Joined: Dec 04, 2011
Posts: 3
posted
0
The required output was not displayed, while running the file jdbc.jspx, which should be the same output as the jdbc.jsp
What is the actual output? What is the desired output? Why are you using the XML JSP notation which is not meant for human processing? And, again, is the web.xml file set up correctly?
Sudeep Shakya
Greenhorn
Joined: Dec 04, 2011
Posts: 3
posted
0
I again tried by reinstalling tomcat and pasting the libraries it worked well. but i don't know what went wrong. Thanks a lot for the reply.