[jboss-user] [JBoss Seam] - Re: Issues with SeamTest and Pageflow
marcioendo
do-not-reply at jboss.com
Mon Oct 30 08:30:01 EST 2006
Ok, so I finally got a chance to look at this.
SeamTesting pageflow seems to be working fine right now.
However, if navigation is not handled by a jPDL pageflow there's an issue with conversation propagation in the following scenario:
- Start a FacesRequest with a null conversationId;
- Run an action annotated with @Begin in invokeApplication;
- Set the outcome of this action in invokeApplication;
- Navigation is NOT handled by a jPDL pageflow;
Then the run method returns a null conversationId.
If you do exactly the same thing but you DO NOT set the outcome, then the run method returns the proper conversationId.
I couldn't really understand why this is happening, but I guess it is because the method getRenderedViewId() in SeamTest. Or maybe I am doing something wrong. Anyway, this is not a major problem.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981758#3981758
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981758
More information about the jboss-user
mailing list