[jboss-user] [JBoss Seam] - How to abandon a conversation?

stephen.friedrich do-not-reply at jboss.com
Fri Oct 5 04:53:48 EDT 2007


Ok, I now about the propagation attribute and about s:conversationPropagation.

It does not work for me, because I am using Trinidad's Xml menu and tr:commandNavigationItem as a stamp to render it.

Docs for s:conversationPropagation:anonymous wrote : Customize the conversation propagation for a command link or button (or similar
  | JSF control).

Is there really any "similar JSF control" for which it works? What does "similar" mean anyway? At least it seems like tr:commandNavigationItem is not similar enough.

So: Is there a way to either declare in pages.xml that a page does not use conversations, e.g. something similar to "end-conversation":
        <abandon-conversation before-redirect="true"/>

Or else is there a way to do that programmatically, like 
        conversation.begin(PropagationType.NONE);

Or finally: What else could I do to integrate Seam conversations with an unsuspecting component set?




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

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



More information about the jboss-user mailing list