[richfaces-svn-commits] JBoss Rich Faces SVN: r4519 - branches/3.1.x/samples/orderingListDemo/src/main/webapp/pages.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed Dec 5 19:04:30 EST 2007
Author: nbelaevski
Date: 2007-12-05 19:04:30 -0500 (Wed, 05 Dec 2007)
New Revision: 4519
Modified:
branches/3.1.x/samples/orderingListDemo/src/main/webapp/pages/index.jsp
Log:
AJAX re-rendering added to demos
Modified: branches/3.1.x/samples/orderingListDemo/src/main/webapp/pages/index.jsp
===================================================================
--- branches/3.1.x/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2007-12-06 00:04:25 UTC (rev 4518)
+++ branches/3.1.x/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2007-12-06 00:04:30 UTC (rev 4519)
@@ -180,6 +180,7 @@
</ol:orderingList>
</h:panelGroup>
</h:panelGrid>
+ <a4j:commandButton value="Ajax Submit" reRender="orderingList1" />
<h:commandButton value="Add item" action="#{demoBean.addItem}" />
<h:commandButton value="Submit" />
<h:commandButton value="Submit immediate" immediate="true" />
More information about the richfaces-svn-commits
mailing list