Mantis - Resin
Viewing Issue Advanced Details
1786 major always 06-07-07 12:03 06-07-07 13:45
larrychu  
ferg  
normal  
closed 3.1.1  
fixed  
none    
none 3.1.2  
0001786: JSTL 1.0 core not working.
I couldn't re-open bug 0001765 so I created a new issue.
I'm using JSTL 1.0. In the attached example, the <when> tag simply does not work.
foo.war attached:

see: http://host/foo/foo.jsp [^]
 foo.war [^] (473,040 bytes) 06-07-07 12:03

Notes
(0002024)
larrychu   
06-07-07 12:07   
Also I did disable fast jstl with the following xml snippet in resin.conf under resin/cluster/host

      <web-app id="foo" root-directory="webapps/foo">
        <jsp fast-jstl='false'/>
      </web-app>
(0002025)
lchu   
06-07-07 12:22   
I seemed to have been able to get it to work by disabling fast jstl, and then forcing a recompile of the jsp.