Unable to locate the EL RI expression factory

前端 未结 4 1818
情书的邮戳
情书的邮戳 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 23:04

    Add the following to the Web.xml, it worked for me.

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

提交回复
热议问题