EL expressions are not evaluated in JBoss AS 4.2.2. I have web.xml
declared conform the Servlet 2.4 spec.
<web-app id="WebApp_ID" 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
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
What needs to be done more in order to get EL to work in JBoss AS 4.2.2?
<el-ignored>true</el-ignored>
in its/conf/web.xml
. – Harvin