[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread Sammy8306
Anybody got some ideas...? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038743#4038743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038743 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread atleprange
I don't think its possible to end and start a new conversation in a single request (yet). I am not 100% sure of the seam lifecycle, but i believe i have read in this forum that its not possible, but might be implemented in some future version. Why not start the conversation when you click the

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread Sammy8306
Thanks for pointing that out. Indeed, if I add indirection through an intermediate page with the same link as I would have redirected to, it works... bummer... Starting the conversation when clicking the link doesn't solve the problem though, since I need the conversation to be active for the

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread atleprange
Or you could just try to redirect the page? (In pages.xml) It might do the trick... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038764#4038764 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038764

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread petemuir
You should be able to use end-conversation before-redirect=true / for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038767#4038767 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038767

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread Sammy8306
that last suggestion works, but makes it necessary to move the navigation to pages.xml (not really a bad thing of course). Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038776#4038776 Reply to the post :

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread Sammy8306
Hm, and the facesMessages do not survive this redirect if I set this option.. why? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038784#4038784 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038784

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread petemuir
Because the FacesMessages are bound to the conversation, which you just ended ;) plain JSF FacesMessage don't survive redirects View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038785#4038785 Reply to the post :

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread Sammy8306
Right :) damn, this is some hairy stuff... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038825#4038825 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038825 ___ jboss-user