tags:

views:

122

answers:

0

in jsf2.0 is it possible to propagate the viewscope to new popup window, so that if new url is opened as model popup and parent page should get binding value from same/single viewscoped managed bean.

i tried by passing parent page's javax.faces.ViewState as url parameter to model popup page but getting viewexpired exception.

i dont want to use session scope, is there any other solution?