Cannot assign a value to the property of an object, such as object.prop = value.
--------------------------------------------------------------------------------
Key: JEXL-27
URL: http://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
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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]