Originally posted by Nina Anderson: ... Do it make a difference?
Yes. JSTL and EL are much newer than servlets, JSPs, and thus containers like Tomcat. In addition there are a couple versions of JSTL and they need to be matched up with containers that support the versions of the servlet and JSP specs that coincide with them.
Originally posted by Nina Anderson: ... After making all these changes, nothing gets printed to the screen anymore.
The first thing I do when faced with a blank screen is use the browser's "view source" feature to see if the problem is on the server side or if it's a problem with the resulting HTML source.
Nina Anderson
Ranch Hand
Joined: Jul 18, 2006
Posts: 148
posted
0
When I do view source, I see:
It does NOT look like the browser recognizes the jstl tags. This is too bizarre!!!
Originally posted by Nina Anderson: It does NOT look like the browser recognizes the jstl tags. This is too bizarre!!!
Browsers know nothing about JSTL or other JSP tags. They are interpreted on the server. All that is ever sent to the browser is plain old HTML.
This means that your setup is somehow incorrect and the JSTL tags are not being processing on the server as they should be. Check all your setup steps again.
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.