Dashboard > WebWork > ... > FAQ > Some container complains about OGNL expression while parsing my jsp page
  WebWork Log In View a printable version of the current page.  
  Some container complains about OGNL expression while parsing my jsp page
Added by tm_jee, last edited by tm_jee on Nov 15, 2006
Labels: 
(None)

To solve this issue, one will have to disable EL using

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

in web.xml

Thanks to Richard Wallace for the answer.

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators