[richfaces-svn-commits] JBoss Rich Faces SVN: r13716 - trunk/test-applications/jsp/src/main/webapp/ListShuttle.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Apr 21 06:25:58 EDT 2009


Author: Vadim Mikovoz
Date: 2009-04-21 06:25:58 -0400 (Tue, 21 Apr 2009)
New Revision: 13716

Modified:
   trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttle.jsp
   trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttleProperty.jsp
Log:


Modified: trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttle.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttle.jsp	2009-04-21 10:25:00 UTC (rev 13715)
+++ trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttle.jsp	2009-04-21 10:25:58 UTC (rev 13716)
@@ -4,7 +4,7 @@
 <%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
 
 <f:subview id="listShuttleSubviewID">
-	<rich:listShuttle id="listShuttleID" var="item"
+	<rich:listShuttle id="listShuttleID" immediate="true" rendered="true" var="item"
 		binding="#{listShuttle.htmlListShuttle}"
 		sourceValue="#{listShuttle.sourceValue}"
 		targetValue="#{listShuttle.targetValue}"
@@ -14,8 +14,7 @@
 		downControlLabel="#{listShuttle.downControlLabel}"
 		fastMoveControlsVisible="#{listShuttle.fastMoveControlsVisible}"
 		converter="dataConverter"
-		fastOrderControlsVisible="#{listShuttle.fastOrderControlsVisible}"
-		first="#{listShuttle.first}"
+		fastOrderControlsVisible="#{listShuttle.fastOrderControlsVisible}"		
 		moveControlsVisible="#{listShuttle.moveControlsVisible}"
 		orderControlsVisible="#{listShuttle.orderControlsVisible}"
 		removeAllControlLabel="#{listShuttle.removeAllControlLabel}"
@@ -33,13 +32,25 @@
 		targetCaptionLabel="#{listShuttle.targetCaptionLabel}"
 		topControlLabel="#{listShuttle.topControlLabel}"
 		upControlLabel="#{listShuttle.upControlLabel}"
-		onmousemove="#{event.onmousemove}" onclick="#{event.onclick}"
-		ondblclick="#{event.ondblclick}" onmouseout="#{event.onmouseout}"
+		onmousemove="#{event.onmousemove}"
+		onclick="#{event.onclick}"
+		ondblclick="#{event.ondblclick}"
+		onmouseout="#{event.onmouseout}"
 		onmouseover="#{event.onmouseover}"
 		onorderchanged="#{event.onorderchanged}"
-		ontopclick="#{event.ontopclick}" onupclick="#{event.onupclick}"
+		onorderchange="#{event.onorderchange}"
+		ontopclick="#{event.ontopclick}"
+		onupclick="#{event.onupclick}"
 		ondownclick="#{event.ondownclick}"
-		onbottomclick="#{event.onbottomclick}">
+		onbottomclick="#{event.onbottomclick}"
+		onremoveclick="#{event.onremoveclick}"
+		onremoveallclick="#{event.onremoveallclick}"
+		oncopyclick="#{event.oncopyclick}"
+		oncopyallclick="#{event.oncopyallclick}"
+		onfocus="#{event.onfocus}"
+		onlistchange="#{event.onlistchange}"
+		onlistchanged="#{event.onlistchanged}"
+		onblur="#{event.onblur}">
 		<%-- 
 		<f:facet name="topControl">
 			<h:outputText value="top" />

Modified: trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttleProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttleProperty.jsp	2009-04-21 10:25:00 UTC (rev 13715)
+++ trunk/test-applications/jsp/src/main/webapp/ListShuttle/ListShuttleProperty.jsp	2009-04-21 10:25:58 UTC (rev 13716)
@@ -94,9 +94,6 @@
 				reRender="listShuttleID" value="ok" />
 		</h:panelGroup>
 
-		<h:outputText value="first" />
-		<h:inputText value="#{listShuttle.first}" onchange="submit()" />
-
 		<h:outputText value="showButtonLabels" />
 		<h:selectBooleanCheckbox value="#{listShuttle.showButtonLabels}"
 			onchange="submit();" />




More information about the richfaces-svn-commits mailing list