Hi all,
I'm trying get bizdata parameters sended with function
cocoon.sendPage("registration-success-pipeline", bizdata);
from sitemap. Because I need to pass this data to our custom EJB generator.
I findout that bizdata is stored in request attribute named
"cocoon.flow.context"
my question is: How can I access this request attributes ?
I tryed JXPathMetaModule with RequestAttributeModule
but I don't know how to configure it properly - there is no sample
my current cocoon.xconf for that is:
<component-instance
class="org.apache.cocoon.components.modules.input.RequestAttributeModule"
logger="core.modules.input" name="request-test">
<parameter>mytest</parameter>
</component-instance>
where mytest is attribute name in request-attribute space
<component-instance
class="org.apache.cocoon.components.modules.input.JXPathMetaModule"
logger="core.modules.input" name="rtest">
<input-module name="request-test"/>
</component-instance>
Do you know what I'm doing wrong ?
Thank you
Roman
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]