Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.0.1
-
None
-
Patch
Description
doubleSize is missing on doubleselect tag.
solution: Adding
<#if parameters.get("doubleSize")?exists>
size="${parameters.get("doubleSize")?html}"<#rt/>
</#if>
to struts2-core-2.0.1.jar : /template/simple/doubleselect.ftl
after name parameter of select tag in