posted 13 years ago
Hi all, I have a little issue with viewScoped.
I have a very simple managed bean:
And an xhtml page:
If i click on the commandLink tha page is reloaded, the variable updated and everything works fine. But if I force page reload clicking on the browser button, the bean is instantiated again; so the constructor is called and the variable reinitialized. Is this the expected behavior or am I missing something?
Thanks
Eve