Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.6
-
None
-
Important
Description
The problem occurs on the select tag when multiple=true. It was OK on 2.0.5.
The problem comes from the simple/select.ftl template on line 60 when evaluating
(parameters.nameValue?exists && parameters.nameValue?string == itemKey)
when multiple is true, the value type is not a string but an array of bean.
To circumvent the problem, I downloaded the latest version of select.ftl template from fisheyes which works perfectly.