You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "dion gillard (JIRA)" <ji...@apache.org> on 2007/10/26 10:53:50 UTC

[jira] Updated: (JEXL-27) Cannot assign a value to the property of an object, such as object.prop = value.

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

dion gillard updated JEXL-27:
-----------------------------

    Fix Version/s: 2.0

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