is it possible to return exactly to the position in the sitemap after executing a flowscript on which this script was called, to process the rest of the pipeline? Maybe without using sendPage oder sendPageAndWait?
<map:match pattern="foo"> <map:generate type="file" src="myFile.xml"/> // Go to flow here and do some logic... <map:call function="myFunc"/> // Come automatically back from flow and do this work... <map:serialize type="xml"/> </map:match>
Only if in the flowscript is sendPage or sendPageAndWait is called, the pipeline switches. Is it possible?
Thank you.
Regards Stephan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
