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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...