JSTL + Tomcat does not work properly. works fine on Sun server: why?
Hi,
I am using the following in my jsp page to control what fragments are shown
<c:if test="${SessionBean1.ceoStaff==true}">
This works fine on the Sun app server but when deployed on Tomcat4, the page fragment shows up all the time. The jstl portion is being ignored.
Has anybody encountred this before?
This is a must have for my project as I need a page to be built up of dynamic pages.
Regards,
LOTI

