Is is necessary to include the default standard tld files in WEB-INF folder. Isn't jstl.jar and stardard.jar sufficient to execute jstl tags in JSP Page.
I tried in tomcat 5.5.9 without the (15 standard) tld files and my jsp page executed with out any error. My friend is saying something is work. He insists tld files has to be included in WEB-INF folder. If this is the case then how my jsp page with jstl tags is working.
Aren't these standard tld files provide the necessary mapping between java class that provides the functionality and the jstl tags in JSP Page that calls these functions.
Then how come without these tld files the container maps the jstl tags with the java functions?
The necessary tld files are already contained within standard.jar. There is no need to extract them and place them anywhere else. In fact, doing so is a poor idea as it makes it possible for the tlds and the jars to be out of sync with each other. [ November 10, 2005: Message edited by: Bear Bibeault ]
Vishnu Prakash
Ranch Hand
Joined: Nov 15, 2004
Posts: 1026
posted
0
Ya I found all the necessary tld files inside standard.jar file. Thanks Bear Bibeault
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.