[EMAIL PROTECTED] wrote:
Just a quick mail to say we figured out how to do this.  For anyone
interested, in the page flow we now have:

<page id="editpea" path-info="/editpea.html"> <action action="/edit-entry-point/redirect.xpl">
<result page="edit">
<xu:update select="/form/ui/id">
<xu:value-of select="doc('oxf:action')/id"/>
</xu:update> <xu:update select="/form/ui/action">load</xu:update>
<xu:update
select="/form/ui/operation">edit</xu:update> </result> </action> </page>

Exactly, as you know now, the model (XPL you link from <page model="...">) is executed after the actions (content of the <action> elements). So if you want to run a pipeline before you do a redirect, you need to reference that pipeline in <action action="...">, not <page model="...">.


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