Hi all,

I'm building a generator Who will be invoked from a flowscript Who pass a JSONObject. I want to access to this JSONObject from the generator but i don't know how to do that.

In my flowscript I use

cocoon.sendPage("foo", JSONObject);


In my sitemap

<map:match pattern="foo">
   <map:generate type="fooGenerator"/>
   <map:transform type="xmldb"/>
   <map:serialize type="xml"/>
</map:match>


I think I have to access to the JSONObject from the method "configure" inside my "fooGenerator".

Could You help me?

Thanks a lot,
Jose.

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

Reply via email to