[richfaces-svn-commits] JBoss Rich Faces SVN: r11790 - trunk/ui/listShuttle/src/main/templates/org/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Dec 15 14:36:12 EST 2008


Author: vmolotkov
Date: 2008-12-15 14:36:12 -0500 (Mon, 15 Dec 2008)
New Revision: 11790

Modified:
   trunk/ui/listShuttle/src/main/templates/org/richfaces/htmlListShuttle.jspx
Log:
https://jira.jboss.org/jira/browse/RF-2239

Modified: trunk/ui/listShuttle/src/main/templates/org/richfaces/htmlListShuttle.jspx
===================================================================
--- trunk/ui/listShuttle/src/main/templates/org/richfaces/htmlListShuttle.jspx	2008-12-15 19:36:08 UTC (rev 11789)
+++ trunk/ui/listShuttle/src/main/templates/org/richfaces/htmlListShuttle.jspx	2008-12-15 19:36:12 UTC (rev 11790)
@@ -185,8 +185,6 @@
 
 						<script type="text/javascript">
 							var clientId = '#{clientId}';
-							RichShuttleUtils.execOnLoad(
-								function(){
 									new Richfaces.ListShuttle(
 										new Richfaces.ListShuttle.Target(
 											'#{clientId}', 
@@ -225,8 +223,6 @@
 										 onblur:#{this:getAsEventHandler(context, component, "onblur")}
 										}
 								);
-							},
-							RichShuttleUtils.Condition.ElementPresent("#{clientId}"), 100);
 						</script>
 					</td>
 				</tr>




More information about the richfaces-svn-commits mailing list