JSF/Mojarra “flash scope” problems

前端 未结 2 597
孤独总比滥情好
孤独总比滥情好 2020-12-21 07:26

I\'ve got an app running on Mojarra 2.1.1 / Glassfish 3.1 which has now grown to 150,000+ lines of code. The app uses ajax extensively with ViewScoped managed beans and the

2条回答
  •  囚心锁ツ
    2020-12-21 08:00

    I saw the same. At the time I tried it Seam3 was very buggy and it's very hard to get it deployed to different servers. I switched to MyFaces CODI which worked without any problems from the very beginning. In your case you should have a look at @ViewAccessScoped. You can get rid of all those annoying workarounds.

提交回复
热议问题