users@glassfish.java.net

Re: Glasshfish v2 doesn't like seem to like some OGNL

From: <glassfish_at_javadesktop.org>
Date: Fri, 21 Dec 2007 09:00:30 PST

A co-worker just found a workaround for this issue from:

http://www.nabble.com/OGNL-and-JSP-2.1---are-there-plans-to-fix--to11670176.html

We stuck:

  <jsp-config>
    <jsp-property-group>
      <url-pattern>*.jsp</url-pattern>
      <el-ignored>true</el-ignored>
    </jsp-property-group>
  </jsp-config>

In our app web.xml and the jsp's seem to process fine now. FYI to anyone else having this issue.

Andrew
[Message sent by forum member 'areplogle' (areplogle)]

http://forums.java.net/jive/thread.jspa?messageID=251152