[richfaces-svn-commits] JBoss Rich Faces SVN: r5374 - trunk/test-applications/facelets/src/main/webapp/Columns.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 15 06:48:13 EST 2008


Author: tkuprevich
Date: 2008-01-15 06:48:12 -0500 (Tue, 15 Jan 2008)
New Revision: 5374

Modified:
   trunk/test-applications/facelets/src/main/webapp/Columns/Columns.xhtml
   trunk/test-applications/facelets/src/main/webapp/Columns/ColumnsProperty.xhtml
Log:


Modified: trunk/test-applications/facelets/src/main/webapp/Columns/Columns.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Columns/Columns.xhtml	2008-01-15 11:47:54 UTC (rev 5373)
+++ trunk/test-applications/facelets/src/main/webapp/Columns/Columns.xhtml	2008-01-15 11:48:12 UTC (rev 5374)
@@ -1,5 +1,5 @@
 
-<f:subview id="DataFilterSliderSubviewID" xmlns:f="http://java.sun.com/jsf/core" xmlns:a4j="http://richfaces.org/a4j" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" id="columnsSubviewID">
+<f:subview xmlns:f="http://java.sun.com/jsf/core" xmlns:a4j="http://richfaces.org/a4j" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" id="columnsSubviewID">
 	<h:selectBooleanCheckbox value="#{columns.dataTableRendered}">
 		<a4j:support event="onchange" reRender="richGridID"></a4j:support>
 	</h:selectBooleanCheckbox>

Modified: trunk/test-applications/facelets/src/main/webapp/Columns/ColumnsProperty.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Columns/ColumnsProperty.xhtml	2008-01-15 11:47:54 UTC (rev 5373)
+++ trunk/test-applications/facelets/src/main/webapp/Columns/ColumnsProperty.xhtml	2008-01-15 11:48:12 UTC (rev 5374)
@@ -1,5 +1,5 @@
 
-<f:subview id="DataFilterSliderSubviewID" xmlns:f="http://java.sun.com/jsf/core" xmlns:a4j="http://richfaces.org/a4j" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" id="columnsPropertyID">
+<f:subview xmlns:f="http://java.sun.com/jsf/core" xmlns:a4j="http://richfaces.org/a4j" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" id="columnsPropertyID">
 	<h:commandButton value="submit"></h:commandButton>
 	<a4j:commandButton value="submit [a4j]" reRender="columnsID"></a4j:commandButton>
 	<h:panelGrid columns="2">




More information about the richfaces-svn-commits mailing list