Brian Bacsu wrote:
I am having a problem when using the 'oxf:page-flow' from within a pipeline (Pipeline.xpl). The contents of the <page> context, to be used to navigate to the next screen, is obtained from an external xml file, and loaded into the page-flow processor.

Brian,

I understand that from a page flow, you are running a pipeline in an action, and that pipeline is running the page flow controller with another page flow. In general when you have a first page flow running another one, you want to start the page flow controller from the model pipeline. In your case you are doing this in an action. This means that the second page flow will send its answer to the browser and then the first will update the instance (in your <result>), but this won't have any effect, as the answer has already been sent to the user through the second page flow.

I hope this helps. If it doesn't, can you tell me more about what you are trying to do at a higher level and we can maybe suggest a way to do it.

Alex



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
orbeon-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to