[jboss-user] [JBoss Seam] - Problems ending long running conversation

billahome do-not-reply at jboss.com
Wed Oct 31 12:48:32 EDT 2007


We have been trying to end conversations, and then immediately begin them, with little success.  I am beginning to wonder if there are problems with Seam 1.2.1 GA in this area.  Any advice would be welcome.

We notice (for instance) that if we have something like this in pages.xml

<page view-id="/a.xhtml">
    <begin-conversation join="true" />
    <navigation from-action="#{myBean.myAction}">
        <end-conversation/>
        <redirect view-id="/b.xhtml" />
    


<page view-id="/b.html">
    <begin-conversation join="true" />


that when someone navigates from page a via myBean.myAction to b, that the conversation really doesn't end - neither the conversation-id nor the conversation context is changed by the above (except for perhaps by myBean.myAction). Is this the expected behavior?  If so, how does one get a new conversation in this case?

Bill Alexander

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

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



More information about the jboss-user mailing list