Evaluate expressions defined in cocooon-expression-language-api in Sitemap
engine
---------------------------------------------------------------------------------
Key: COCOON-2110
URL: https://issues.apache.org/jira/browse/COCOON-2110
Project: Cocoon
Issue Type: New Feature
Components: - Components: Sitemap, - Expression language
Affects Versions: 2.2-dev (Current SVN)
Reporter: Grzegorz Kossakowski
Assignee: Grzegorz Kossakowski
Fix For: 2.2-dev (Current SVN)
Description of the task is relatively simple; all I want to achieve is to make
possible following construct in sitemap:
<map:transform type="xslt">
<map:parameter name="request_param" value="${cocoon/request/some_param}"/>
</map:transform>
assuming that JXPath (used above) is default EL of choice. Of course one would
be able to use following construct:
<map:transform type="xslt">
<map:parameter name="request_param"
value="${jexl:cocoon.request.some_param}"/>
</map:transform>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.