Back button problem in portal environment
Hi everyone
I have a conceptual problem with back button in portal environment.
Imagine that we have to pages JSF portlet. Fist page give us list of products and hiperlink for each one. Link walk us to the next page where full information about product displayed. Information about product pass through Session Bean property (Request Bean doesn't work in portal environment for such purpose).
Fist time everything work fine until user press browser back button. When he does it first page show up again and when he press another link he still get page from the first try. And there is no way to see another product pages. I suppose that's can be because of state saving method, but can I change it in portal environment?
If no, what's a method to solve such problem?
Thanks

