listKey and listValue cannot be left out in a <@s.select> which is part of a
freemarker template (contrary to the JSP tag <s:select>)
-------------------------------------------------------------------------------------------------------------------------------------
Key: WW-2223
URL: https://issues.apache.org/struts/browse/WW-2223
Project: Struts 2
Issue Type: Bug
Reporter: Kris Coolsaet
If you use a <@s.select ..> as part of a freemarker template to be called by
the <s:component ...> tag, using a hashmap
as the value for the 'list' attribute does not work, unless you also
explicitely set 'listKey' equal to 'key' and listValue' to 'value'.
This is very confusing, as this is not needed in the case of the JSP tag
<s:select ...> .
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.