One of my JSF backing bean is in View Scope (since there is data table which requires pagination).
The problem is that, when two users access this backing bean at the same time, the results in data table are getting overlapped.
One of my JSF backing bean is in View Scope (since there is data table which requires pagination).
The problem is that, when two users access this backing bean at the same time, the results in data table are getting overlapped.