[
https://issues.apache.org/jira/browse/COCOON-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519191
]
Vadim Gritsenko commented on COCOON-2110:
-----------------------------------------
I'm not sure I can recall this decision - to change the start char. First, it
is backward incompatible change, which means it can't be done in 2.2 - only in
2.3, if ever. And second, at this moment, in cforms samples alone, there are 56
#{foo} expressions or so. Dropping support for that would note be wise.
> 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.