"amitev" wrote : I've met this problem before. I think it's caused because the session is invalidated after the new view is rendered. You can't make a post back because jsf can't find the serialized view to restore. | | The solution is to use redirect in your link/button.
Can you please show me a snippet for doing this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124672#4124672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124672 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
