- 
        1. Re: JSP JSTL Expressions not evaluating.trakkasure May 6, 2004 6:59 PM (in response to trakkasure)The standard HTML tags for HTML/HEAD/TITLE and BODY are also in the example, but where removed by the forum. 
- 
        2. Re: JSP JSTL Expressions not evaluating.trakkasure May 6, 2004 10:46 PM (in response to trakkasure)I tried modifying the web-app tag to be the following: 
 < web-app xmlns="http://java.sun.com/xml/ns/j2ee"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
 version="2.4" >
 I'm using Tomcat 5 with JBoss 3.2.4 (Was about to test with JBoss4)
 After doing that (found this after looking through the forums for several more hours) it still didn't work.
 Then.. ohh-yea-gee that's right.. the FREEKIN' CACHE!
 So.. I stopped the server, removed tmp and work directories for my app, and it worked.
- 
        3. Re: JSP JSTL Expressions not evaluating.morphace Jun 8, 2004 10:00 AM (in response to trakkasure)Hi, 
 I face exactly the same problem ...
 I also had the same problem with JBoss 3.2.3/Tomcat 5
 Any ideas meanwhile?
 Thanx
- 
        4. Re: JSP JSTL Expressions not evaluating.morphace Jun 8, 2004 10:42 AM (in response to trakkasure)Hello again, 
 for me (on JBoss 3.2.4/Tomcat 5):
 <web-app version="2.4"
 xmlns="http://java.sun.com/xml/ns/j2ee"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd">
 _DID_ work!
 Markus
 
    