[jboss-user] [JBoss Seam] - Re: conversation help needed please

ehung do-not-reply at jboss.com
Mon Jan 8 06:07:03 EST 2007


I've been viewing the forum. Please correct me if I get seam conversation wrong. Executing a method annotated with the @begin does not start a conversation immediately. So there is no way to find out the conversation id. I have to redirect request to the popout page to solve the problem??

And the builder class method will do the following?

public void newInstance() {

PopOut p = new PopOut();
p.begin();
p.set up the page content
redirect

}


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

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



More information about the jboss-user mailing list