In your sitemap add:
<use-request-parameters>true</use-request-parameters>

ie.
<map:match pattern="AAA">
  <map:generate type="jx" src="jx_test.xml">
  <use-request-parameters>true</use-request-parameters>
  <map:parameter name="test" value="testValue"/>
...

and near the top of the template use:
<jx:set var="test" value="${cocoon.parameters.test}"/>

and to display/use in template body:

${test}


>>> On 2008/06/02 at 11:04, in message <[EMAIL PROTECTED]>, navrc <[EMAIL 
>>> PROTECTED]> wrote:

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] 



-- 
This message is subject to the CSIR's copyright terms and conditions, e-mail 
legal notice, and implemented Open Document Format (ODF) standard. 
The full disclaimer details can be found at 
http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their 
support.


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

Reply via email to