i face this problem for all bean...i coldn't make scope for all bean as session..i have already used <t:saveState>..still not working :( i m using JSF1.2 – SweetyMay 10 '11 at 12:25
Then you could use rich:modalpanel or something like this instead a new popup window – Jigar JoshiMay 10 '11 at 12:26
i cant change view...as i m using facelets..it would affect whole project. – SweetyMay 10 '11 at 12:28
<t:saveState> what exact issue with ? – Jigar JoshiMay 10 '11 at 12:29
i can't use all settled properties from backing bean which already set by parent page..now i popup other page using link..so whatever i have set properties in backing bean that all would reset in popup..so might it would create new object for backing bean so i just want to use same properties with value from parent page as well child page of jsf... – SweetyMay 10 '11 at 12:33