[ 
https://issues.apache.org/jira/browse/JEXL-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rahul Akolkar resolved JEXL-41.
-------------------------------

    Resolution: Fixed

This should be fixed in the 2.0 branch in SVN as part of the new UnifiedJEXL 
class. Please try it out (by building the branch) and if further work is 
needed, reopen this issue with a complete JUnit test that fails.


> Allow nested ${} evaluation
> ---------------------------
>
>                 Key: JEXL-41
>                 URL: https://issues.apache.org/jira/browse/JEXL-41
>             Project: Commons JEXL
>          Issue Type: Improvement
>    Affects Versions: 1.0
>         Environment: commons-jexl-1.0.jar found inside the all-in-one binary 
> package for jelly 1.0
>            Reporter: Alejandro Torras
>            Priority: Minor
>             Fix For: 2.0
>
>
> Hi,
> It could be great to allow nested ${} expressions.
> I.e. having the following 2 properties:
>     hi=hello
>     hello.world=Hello World!
> Be able to parse the following code: ${${hi}.world} and produce the "Hello 
> World!" message.
> It should not be too difficult to allow this feature...
> Thanks in advance!
> Alejandro Torras.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to