NullPointerException at com.sun.faces.application.view.FaceletViewHandlingStrategy.createView

前端 未结 4 703
臣服心动
臣服心动 2021-01-26 12:52

i am trying to upgrade from jsf 1.2 to jsf 2.2.2 on websphere 8.5.1 and what i did is as follows:

1- put jsf-api-2.2.2.jar and jsf-impl-2.2.2.ja

4条回答
  •  隐瞒了意图╮
    2021-01-26 13:26

    Solved by removing the jsf-api-2.2.2.jar and jsf-impl-2.2.2.jar

    and using javax.faces-2.0.10.jar and jboss-el-2.0.0.GA.jar

提交回复
热议问题