Hi Zongo,
you need a processPipelineTo call. With that you can invoke, from the
flow, a cocoon pipeline and fetch the result as an array of byte, which
can be converted to a string.

Simone

ZongoZongo wrote:
> Hi
>
> I have a simple short problem.
> I have a CForm and want to bind data to the form, that is generated by a
> cocoon Pipeline.
>
> My first idea was to 
>
> var xmlDocument = loadDocument(cocoon:/mypipeline)
> form.load(xmlDocument)
>
> But of cause it doesnt work, because loadDocument needs a String as
> parameter.
>
> Is there a simple solution to generate the "xmlDocument"?
> Dont want to write a javabean every time.
>
> THX a lot,
>
> Niclas
>   


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

Reply via email to