Author: mrdon
Date: Wed Dec 27 17:29:46 2006
New Revision: 490623

URL: http://svn.apache.org/viewvc?view=rev&rev=490623
Log:
Fixed the option transfer select not submitting contents
WW-1559

Modified:
    struts/struts2/trunk/core/src/main/resources/template/simple/form-close.ftl

Modified: 
struts/struts2/trunk/core/src/main/resources/template/simple/form-close.ftl
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/form-close.ftl?view=diff&rev=490623&r1=490622&r2=490623
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/simple/form-close.ftl 
(original)
+++ struts/struts2/trunk/core/src/main/resources/template/simple/form-close.ftl 
Wed Dec 27 17:29:46 2006
@@ -6,7 +6,7 @@
   Enable auto-select of optiontransferselect tag's entries upon containing 
form's 
   submission.
 -->
-dojo.require("dojo.event.connect");
+dojo.require("dojo.event.*");
 <#if (parameters.optiontransferselectIds?if_exists?size > 0)>
        var containingForm = document.getElementById("${parameters.id}");
        <#assign selectObjIds = parameters.optiontransferselectIds.keySet() />


Reply via email to