[jboss-user] [JBoss Seam] - Page history

Marx3 do-not-reply at jboss.com
Thu Dec 27 02:25:37 EST 2007


Hello
I design stack of invocations (history). I need to display on every page sth like this:
MainPage->List1->Edit1->List2->List1->Edit1
Every position is clickable so I can fast return to page from history 
I did NavigationManager with stack inside, and every action push/pop from stack
But i have such problems:
1)Edit1 starts long conversation which I don't want to have
2)List1 is invoked in two differenst steps and going back gives List1 with overwritten for example filters
3)Pressing 'back' in browser gives inconsistent results (it doesn't pop from stack as it should).
4)Every action must go through NavigationManager, so it's more complicated and slower
Is there any better method to do it?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115641#4115641

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115641



More information about the jboss-user mailing list