javax.el.ELException: Failed to parse the expression [{pz:instanceof(object,'com.project.domain.MyClass')}]

前端 未结 4 888
闹比i
闹比i 2020-12-10 06:44

Currenty I have a web project with JSF 1.2 and Facelets running in tomcat 6.0.18.0. I decided to upgrade the servlet container, thus i deployed in tomcat 7 and all seemed ok

4条回答
  •  执念已碎
    2020-12-10 07:17

    Add this line in catalina.properties ([tomcat folder]/conf), and it should fix the issue.

    org.apache.el.parser.SKIP_IDENTIFIER_CHECK=true
    

    However, you should not use the reserved words.

提交回复
热议问题