Hallo,
How can I get a map parameter in JX template. I'm using cocoon 2.1.11. In
sitemap I have:

<map:match pattern="AAA">
                <map:generate type="jx" src="jx_test.xml">
                  <map:parameter name="test" value="testValue"/>
                </map:generate>
                <map:serialize type="xml"/>
</map:match>

And in template I have:
${cocoon.parameters('test')}
${cocoon.parameters.test}

There is no output.

But when I write only ${cocoon.parameters} I get:

Parameters[r/w]:{test=testValue}

Whot I do wrong.

Many thanks.
Pavel Navrkal


-- 
View this message in context: 
http://www.nabble.com/get-map-parameter-in-JX-template-tp17596912p17596912.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.


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

Reply via email to