Select tag breaks when multiple=true
------------------------------------
Key: WW-1772
URL: https://issues.apache.org/struts/browse/WW-1772
Project: Struts 2
Issue Type: Bug
Components: Views
Affects Versions: 2.0.6
Reporter: Nicolas Romanetti
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.