Hi everyone, On page X I have a saveState tag to preserve the state of a backing bean between requests. There is also a link on the side navigation bar that is used to navigate to page X. Whenever a user clicks this link, I do not want to de-serialize the backing bean but rather I want a new instance of the backing bean to be created (just like it is the case on the original load) Is there any way to do this (for example to somehow overrides the behavior of the saveState tag in such case). Perhaps someone can explain the internals of the saveState implementation; that would be really helpful. Thanks in advance.
-- View this message in context: http://www.nabble.com/Question-About-saveState-tf2294657.html#a6374835 Sent from the MyFaces - Users mailing list archive at Nabble.com.

