Sitemap parameters get lost in JX templates
-------------------------------------------
Key: COCOON-2187
URL: https://issues.apache.org/jira/browse/COCOON-2187
Project: Cocoon
Issue Type: Bug
Components: Blocks: Templating
Reporter: Reinhard Poetz
This template doesn't work with trunk:
<page xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
<p1>
<jx:import uri="servlet:/it/${cocoon.parameters.doc}"/>
</p1>
<p2>${cocoon.parameters.doc}</p2>
</page>
The second time when the 'doc' parameter is read, it is empty.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.