[
https://issues.apache.org/jira/browse/MYFACES-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619554#action_12619554
]
Leonardo Uribe commented on MYFACES-1791:
-----------------------------------------
I don't believe that it should be possible to do something on this case (for
save one state).
>From the viewpoint of the server, if you have multiple frames, each frame is a
>request (so if it is a jsf page (and h:form tag) it should have state).
Other solution is use facelets.
I'll close this issue as invalid.
> state management and multiple frames
> -------------------------------------
>
> Key: MYFACES-1791
> URL: https://issues.apache.org/jira/browse/MYFACES-1791
> Project: MyFaces Core
> Issue Type: Improvement
> Components: General
> Affects Versions: 1.1.5, 1.1.6-SNAPSHOT, 1.2.0, 1.2.2-SNAPSHOT
> Reporter: Nicu Mercioiu
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.