Author: husted
Date: Wed Jan 16 19:19:54 2008
New Revision: 612695

URL: http://svn.apache.org/viewvc?rev=612695&view=rev
Log:
WW-2236 doublemultiple doesn't work in doubleselect - Apply change suggested by 
Annie Wang. 

Modified:
    
struts/struts2/trunk/core/src/main/resources/template/simple/doubleselect.ftl

Modified: 
struts/struts2/trunk/core/src/main/resources/template/simple/doubleselect.ftl
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/doubleselect.ftl?rev=612695&r1=612694&r2=612695&view=diff
==============================================================================
--- 
struts/struts2/trunk/core/src/main/resources/template/simple/doubleselect.ftl 
(original)
+++ 
struts/struts2/trunk/core/src/main/resources/template/simple/doubleselect.ftl 
Wed Jan 16 19:19:54 2008
@@ -56,6 +56,9 @@
 <#if parameters.get("doubleSize")?exists>
  size="${parameters.get("doubleSize")?html}"<#rt/>
 </#if>
+<#if parameters.doubleMultiple?default(false)>
+ multiple="multiple"<#rt/>
+</#if> 
 >
 </select>
 <script type="text/javascript">


Reply via email to