java.lang.IllegalStateException: Illegal attempt to set ViewHandler after a response has been rendered

后端 未结 2 1045
我在风中等你
我在风中等你 2020-12-04 04:09

My Java EE web application is working fine with Glassfish 2.1. Now I want to migrate to Glassfish 3.1.1, but after a successful deployment of the war file it gives following

2条回答
  •  一生所求
    2020-12-04 04:19

    I had to remove the Ajax4jsf library from my application before I could get this error to go away. Evidently, the Ajax4jsf library is not compatible with JSF 2.0.

    Here where I found this.
    Migrating JSF 1.1 with Ajax4jsf-1.x to JSF2

提交回复
热议问题