jsf: propagate the viewscope to new popup window
- by rahul_d_m
in jsf2.0 is it possible to propagate the viewscope to new popup window,
so that if new url is opened as model popup it should get the value from same managed bean.
i tried by passing parent page's javax.faces.ViewState as url parameter to model popup page but getting viewexpired exception with this.
i dont want to use session scope, is there any other solution?