[jboss-user] [JBoss Seam] - Re: Ending Parent Conversation

Marx3 do-not-reply at jboss.com
Thu Jan 3 02:45:04 EST 2008


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



More information about the jboss-user mailing list