Author: mrdon
Date: Wed Dec 27 17:33:39 2006
New Revision: 490624

URL: http://svn.apache.org/viewvc?view=rev&rev=490624
Log:
Added doubleSize output for the double select tag
WW-1574

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?view=diff&rev=490624&r1=490623&r2=490624
==============================================================================
--- 
struts/struts2/trunk/core/src/main/resources/template/simple/doubleselect.ftl 
(original)
+++ 
struts/struts2/trunk/core/src/main/resources/template/simple/doubleselect.ftl 
Wed Dec 27 17:33:39 2006
@@ -31,6 +31,9 @@
 <#if parameters.multiple?default(false)>
  multiple="multiple"<#rt/>
 </#if>
+<#if parameters.get("doubleSize")?exists>
+ size="${parameters.get("doubleSize")?html}"<#rt/>
+</#if>
 >
 </select>
 <script type="text/javascript">


Reply via email to