[richfaces-svn-commits] JBoss Rich Faces SVN: r952 - trunk/richfaces-samples/datascroller-sample/src/main/webapp/pages.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu May 31 05:43:11 EDT 2007


Author: nbelaevski
Date: 2007-05-31 05:43:11 -0400 (Thu, 31 May 2007)
New Revision: 952

Modified:
   trunk/richfaces-samples/datascroller-sample/src/main/webapp/pages/index.jsp
Log:
fastStep set to "2"

Modified: trunk/richfaces-samples/datascroller-sample/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/richfaces-samples/datascroller-sample/src/main/webapp/pages/index.jsp	2007-05-31 09:02:49 UTC (rev 951)
+++ trunk/richfaces-samples/datascroller-sample/src/main/webapp/pages/index.jsp	2007-05-31 09:43:11 UTC (rev 952)
@@ -58,7 +58,7 @@
 				</f:facet>				
 			</h:column>
 			<f:facet name="footer">
-		<ds:datascroller for="master" rendered="true" actionListener="#{testBean.onAction}" renderIfSinglePage="#{testBean.renderIfSinglePage}" scrollerListener="#{testBean.doScroll}" maxPages="#{testBean.maxpage}"/>                             
+		<ds:datascroller for="master" rendered="true" fastStep="2" actionListener="#{testBean.onAction}" renderIfSinglePage="#{testBean.renderIfSinglePage}" scrollerListener="#{testBean.doScroll}" maxPages="#{testBean.maxpage}"/>                             
 			</f:facet>
 		</h:dataTable>
 




More information about the richfaces-svn-commits mailing list