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

[459 byte] By [LuckOfTheIrish] at [2007-11-26 11:54:28]
# 1
I also have this problem. My project is based on dynamic navigation. As it's mentioned above project runs well on Sun Application Server but don't display dynamic navigated page fragments (through jstl) on Tomcat 5.5.17.Any solution for this?
anubis79 at 2007-7-7 12:12:17 > top of Java-index,Development Tools,Java Tools...