On Thu, 2003-10-30 at 20:41, Gianluca Morello wrote:
> Hallo,
>
> I'm using flow mixed with woody to bind some xml files to forms.
> My logic is very similar to the woody sample
>
> I'm trying without success to exit from the continuation after saving xml to
> file.
>
> In the flow script that process the action i can do
> cocoon.sendPage("mypage") and the pipeline of mypage is processed and showed
> but i remains in the same continuation.
>
> In simple words when the form editing and the xml binding is complete i want
> to go directly to http://server/mypage and not to
> http://server/continuation.id. else mypage is not correctly initialized.
So you want to see a different URL in the location bar? Then do a client
side redirect:
cocoon.redirectTo("/mypage");
See also the FOM (flow object model) documentation at:
http://cocoon.apache.org/2.1/userdocs/flow/api.html
--
Bruno Dumon http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED] [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]