You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2006/12/28 02:29:47 UTC

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

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() />