Unable to locate the EL RI expression factory

前端 未结 4 1837
情书的邮戳
情书的邮戳 2021-01-05 22:43

I am getting the following exception in my application.

com.sun.faces.config.ConfigurationException: It appears the JSP version of the container i

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-05 22:54

    you can try to remove following in Web.xml , it worked for me.

    
        com.sun.faces.expressionFactory
        com.sun.el.ExpressionFactoryImpl
    
    

提交回复
热议问题