Posts by Fred • 31 points
1 post
-
3
votes2
answers4872
viewsA: With the output of Viewscoped from the new JSF specification, what scope do I use now in my managed Beans that used it using JSF 2.2?
You can and should use CDI Viewscoped: javax.faces.view.Viewscoped, but of course it is necessary to use CDI Beans. What happens is that the JSF Viewscoped does not work with Beans CDI, and JSF is…