Gianluca Morello wrote:

Hi all,
i have a pipeline i which i use a sourcewriting transformer to write a xml file.
I wish to be able to redirect to a new page after writing the file.
After the writing of the file i have on the browser the output message of the sourcewriting transformer.
There's a way to do that?

Not sure if there is. I would suggest a couple of approaches:
1) Use XSLT to transform the result of the SWT into your desired page for the user (could include a <meta http-equiv="refresh"> style redirect)
2) Use the Flow processPipelineTo to write your source, and then send another page using sendPage


Regards, Upayavira



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to