You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In JSF, we get a different view each time the "viewstate" hidden field is different. Even if I open a JSF view in different browser tab, I believe the view state would be different and hence associated to a new view scope.
Does this hold true for this custom view scope in spring as well? Are there any scenarios where calls to "get" method should be synchronized?
The text was updated successfully, but these errors were encountered:
Hi,
In JSF, we get a different view each time the "viewstate" hidden field is different. Even if I open a JSF view in different browser tab, I believe the view state would be different and hence associated to a new view scope.
Does this hold true for this custom view scope in spring as well? Are there any scenarios where calls to "get" method should be synchronized?
The text was updated successfully, but these errors were encountered: