gordopolis pisze:
Cocoon 2.1.10

Then, if you don't need to obtain properties dynamically you could use SystemPropertyModule[1]. In sitemap you pass obtained property as parameter:

  <map:generate type="jx" ...>
    <map:parameter name="your_property" 
value="{system-property:your_property}"/>
  </map:generate>

and in your template:

  #{cocoon/parameters/your_property}

I hope that helps.

[1] 
http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/modules/input/SystemPropertyModule.html

--
Grzegorz Kossakowski
http://reflectingonthevicissitudes.wordpress.com/

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

Reply via email to