I’m using primefaces 3.1
Tabview with dynamic = true is not working with viewscope.
On tabchange, it does not load data. But, if I change the view to sessionScope it loads the data.
Is there any way to use viewscope with dynamic = true.
Thanks,
Shikha
I think is because the with view scope jsf is creating the bean again try putting
Think it will do the trick.