Could it be that your web.xml is using the 2.3 version of jsp specification instead of the 2.4?
If so, EL support is not enabled by default. Either change the web.xml to conform to the version 2.4 schema or add <%@ page isELIgnored="false" %> at the top of the jsp page. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874857#3874857 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874857 ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
