JSF: Mojarra 2.1 to 2.2 migration causing ViewExpiredException

前端 未结 1 961
天命终不由人
天命终不由人 2021-01-14 05:26

I\'m porting my applications from PrimeFaces 3.5.18 + Mojarra 2.1.26 to PrimeFaces 4.0.2 + Mojarra 2.2.4.

When I restart the server I get a ViewExpiredException.

相关标签:
1条回答
  • 2021-01-14 06:15

    Problem was this: https://java.net/jira/browse/JAVASERVERFACES-2553

    Solved it by changing the state saving method to server.

    0 讨论(0)
提交回复
热议问题