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

前端 未结 4 890
闹比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

    Great hint, indeed! I had to change in my jspx ${instance.class.simpleName == ...} with ${instance['class'].simpleName eq ...}.

    I was moving from vFabric on tomcat 6 to vFabric on tomcat 7

提交回复
热议问题