[
https://issues.apache.org/jira/browse/JEXL-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Woonsan Ko updated JEXL-144:
----------------------------
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 = [ ];
was:
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 = [ ];
> Empty array property setting fails
> ----------------------------------
>
> Key: JEXL-144
> URL: https://issues.apache.org/jira/browse/JEXL-144
> Project: Commons JEXL
> Issue Type: Bug
> Reporter: Woonsan Ko
> Fix For: 2.1.2, 3.0
>
>
> 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 = [ ];
--
This message was sent by Atlassian JIRA
(v6.1#6144)