problem with session scoped managed bean with jsf
Hi all,
I have jsp coded in jsf tomahawk implementation in which there are several popups. The data to this jsp comes from a managed bean which is of type request scope. Now my problem is if i use this request scoped bean the data is not passed from the main jsp to the popup. If i use session scope it works well. But there is a problem with refreshing the data if we click on a new link on the main jsp. Iam not sure how to resolve this issue. i tried to use tomahawk t:saveState to pass the managed bean object from the main jsp to the popup but not successful.
Can someone adivse me if i continue usimg session scoped managed bean. But when i click on the back button in main jsp and click on another link ,come back again to the same main page data is not refreshed. (or)
should i use request scoped bean and use tomahawk t:saveState or is there any other approach to do this?
kindly give your inputs on this problem.