Discussions
Web tier: servlets, JSP, Web frameworks: Oracle Application Server 10.1.3 and JSP2.0 not supporting
-
Oracle Application Server 10.1.3 and JSP2.0 not supporting (1 messages)
- Posted by: SUNIL GEORGE
- Posted on: October 20 2008 03:23 EDT
I am using Oracle Application Server10.1.3, J2EE1.4 and the web.xml dtd version 2.3 When I am running the JSP2.0 El Expression like ${exampledto.name} it is not evaluating.WhyThreaded Messages (1)
- Re: Oracle Application Server 10.1.3 and JSP2.0 not supporting by Brandon India on October 23 2008 14:45 EDT
-
Re: Oracle Application Server 10.1.3 and JSP2.0 not supporting[ Go to top ]
- Posted by: Brandon India
- Posted on: October 23 2008 14:45 EDT
- in response to SUNIL GEORGE
Hi the reason Expression Language doesn't work is that EL needs a newer version of the web.xml file. I had the same problem, then I upgraded to web.xml 2.4 and then it worked just fine. Now I don't know if the Oracle Application Server works with web.xml 2.4, because I use Tomcat.