Dear dudes,
I'm trying to run a simple
jsp page which uses jstl tags.
My container and configuration details:
Container:
Tomcat 5.5
Downloaded JSTL version: JSTL 1.1 ( from jakarta - apache)
I copied jstl.jar and standard.jar to my webapplications lib folder.
I also copied tld files ( from the tld folder) to my applications WEB-INF
folder and configured the tld files in my web.xml.
In my application through my html page i am getting a name and i'm storing it in a list along with other objects in a
servlet and setting this as an attribute to my request object so that my jsp page accesses it.
In my jsp page , i'm using core jstl tag to iterate over this collection and print each element.
My html page is:
could anyone fix this issue and whether jstl1.1 binaries are suited for Tomcat5.5 version.
Regards.