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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 26 06:02:00 EST 2009


Author: tkuprevich
Date: 2009-01-26 06:02:00 -0500 (Mon, 26 Jan 2009)
New Revision: 12416

Modified:
   trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp
   trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.jsp
Log:


Modified: trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp	2009-01-26 11:01:33 UTC (rev 12415)
+++ trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp	2009-01-26 11:02:00 UTC (rev 12416)
@@ -1,4 +1,4 @@
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+bind<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>

Modified: trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.jsp	2009-01-26 11:01:33 UTC (rev 12415)
+++ trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.jsp	2009-01-26 11:02:00 UTC (rev 12416)
@@ -38,6 +38,9 @@
 			onchange="submit();">
 		</h:inputText>
 
+		<h:outputLabel value="Binding:" for="checkBind"></h:outputLabel>
+		<a4j:commandButton value="Check" id="checkBind" actionListener="#{scrollableDT.checkBinding}"></a4j:commandButton>:
+
 		<h:outputText value="limitToList"></h:outputText>
 		<h:selectBooleanCheckbox value="#{scrollableDT.limitToList}"
 			onchange="submit();">




More information about the richfaces-svn-commits mailing list