Jos Snellings created COCOON3-103:
-------------------------------------
Summary: Cannot pass <map:parameter>'s to components inside of a
<map:select>
Key: COCOON3-103
URL: https://issues.apache.org/jira/browse/COCOON3-103
Project: Cocoon 3
Issue Type: Bug
Components: cocoon-sitemap
Affects Versions: 3.0.0-beta-1
Reporter: Jos Snellings
Fix For: 3.0.0-beta-1
Following construct is in a sitemap match of:
<map:match pattern="/staticstuff/{docid}/{nn}">
<map:select value="{jexl:cocoon.request.method}">
<map:when equals="POST">
<map:transform type="tee">
<map:parameter name="nn" value="{map:nn}"/>
<map:parameter name="Url" value="repo:/{map:docid}"/>
</map:transform>
<map:transform type="edit">
<map:parameter name="nn" value="{map:nn}"/>
<map:parameter name="element"
value="{jexl:cocoon.request.parameter.element}"/>
</map:transform>
</map:when>
<map:otherwise/>
</map:select>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira