Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1
-
None
-
Windows XP Pro, JDK 1.4/1.5
Description
For an assignment of "object.prop = value", the expected result is object.setProp(value), but the outcome is JexlContext.getVars().put(object, value).