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

Christian Grobmeier resolved JEXL-27.
-------------------------------------

    Resolution: Fixed

> Cannot assign a value to the property of an object, such as object.prop = 
> value.
> --------------------------------------------------------------------------------
>
>                 Key: JEXL-27
>                 URL: https://issues.apache.org/jira/browse/JEXL-27
>             Project: Commons JEXL
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: Windows XP Pro, JDK 1.4/1.5
>            Reporter: Weikuo Liaw
>             Fix For: 2.0
>
>
> For an assignment of "object.prop = value", the expected result is 
> object.setProp(value), but the outcome is JexlContext.getVars().put(object, 
> value).

-- 
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