Hi Andreas,

> > My Questions:
> > how to get/pass the "real" ObjectModel?
> 
> you can use the FlowHelper:
> 
> var flowHelper;
> try {
>    flowHelper = 
> cocoon.getComponent("org.apache.lenya.cms.cocoon.flow.FlowHelper");
>    var objectMOdel = flowHelper.getObjectModel(cocoon);
>    …
> }
> finally {
>    cocoon.releaseComponent(flowHelper);
> }

great, exactly what I was looking for :-)

Thanks, Gerd


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to