Details
Description
There is a problem in JSF when more than one window are opened in an application. There are only a maximum number of NUMBER_OF_VIEWS_IN_SESSION view states saved at one moment (when server side state saving is enabled).
If 2 windows are opened and you navigate on one of them for NUMBER_OF_VIEWS_IN_SESSION times, you will lose the other window's state.
Attachments
Issue Links
- duplicates
-
MYFACES-3117 Current server state saving implementation prevents multi-window usage
- Closed