see
http://developer.redhatmagazine.com/2007/10/31/continuing-the-conversation-understanding-seam-nested-conversations/

  | private void endRootBeforeRedirect() {
  |     Conversation conversation = Conversation.instance();
  | 
  |     if(conversation.isNested()) {
  |         conversation.root();
  |     }
  | 
  |     conversation.endBeforeRedirect();
  | }

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116618
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to