To handle Window.open in request Scope in jsf

Posted by santhana sankar on Stack Overflow See other posts from Stack Overflow or by santhana sankar
Published on 2010-05-25T13:20:42Z Indexed on 2010/05/25 13:41 UTC
Read the original article Hit count: 245

Filed under:
|

I am using JSF 1.2 here i have a managed bean in request scope, my scenario is to open a seperate window. After action is performed oncomplete i am opening a new window since the managed bean in request scopes the values are not populated in new window. Because new object is being created while opening a new window. i can use session scope but that is restricted.

kindly help me in resolving this.

© Stack Overflow or respective owner

Related posts about jsf

Related posts about richfaces