Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.1
-
None
Description
Suppose a bean has an array property setter method (e.g, public void setStrarr(String []) ).
If I use an expression like this with an empty array, then it fails with the error message, "inaccessible or unknown property strarr".
// example expression
bean.strarr = [ ];