| Issue 214: | LimitUtils returns String.valueOf(value) if size of the array/list is large than 1 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
According to the JavaDoc the value in the first position will be used, but this only happens when the array/list contains exactly 1 item. This causes problems when multiple values for the same filter are posted to the TableFacade. The Filter now contains a String.valueOf(String[]), but I would expect the first value of the Array to be used. I cannot oversee the consequences of changing this behaviour, but I did attach a patch for the change.
Sep 8, 2009
Project Member
#1
jeff.johnston.mn@gmail.com
Status:
Accepted
Sep 15, 2009
Good catch! I am surprised that this has not come up before. The change is checked into the trunk.
Sep 15, 2009
(No comment was entered for this change.)
Status:
Fixed
Labels: -Type-Defect Type-Enhancement |