jsf: propagate the viewscope to new popup window
Posted
by rahul_d_m
on Stack Overflow
See other posts from Stack Overflow
or by rahul_d_m
Published on 2010-05-11T17:15:05Z
Indexed on
2010/05/12
18:04 UTC
Read the original article
Hit count: 286
jsf2
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?
© Stack Overflow or respective owner