Hi
Scenario: I want to construct a viewdata object that I can pass to a
pipeline then have that data passed to the page (an xsp) in the called
pipeline
So I would have:
cocoon.createObject(Packages.org.apache.cocoon.components.flow.util.PipelineUtil);
var result = pipelineUtil.processToDOM(myuri, viewData);
somewhere in flow, then I would want this viewdata to be passed to an xsp
in the matched pipeline, to allow the xsp to function correctly.
Can someone give me an example of how this can be done - presumably I
could then read the viewdata object within the xsp?
Hope this makes sense...
Duncan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]