[richfaces-svn-commits] JBoss Rich Faces SVN: r4461 - branches/3.1.x/samples/orderingListDemo/src/main/webapp/pages.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Dec 4 12:18:38 EST 2007


Author: nbelaevski
Date: 2007-12-04 12:18:38 -0500 (Tue, 04 Dec 2007)
New Revision: 4461

Modified:
   branches/3.1.x/samples/orderingListDemo/src/main/webapp/pages/index.jsp
Log:
validation error message added
immediate validation fixed

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-04 17:18:33 UTC (rev 4460)
+++ branches/3.1.x/samples/orderingListDemo/src/main/webapp/pages/index.jsp	2007-12-04 17:18:38 UTC (rev 4461)
@@ -31,6 +31,8 @@
 			</a4j:outputPanel>
 			
 			<h:form id="form" >
+				<h:inputText required="true" />
+				
 				<h:selectOneRadio binding="#{skinBean.component}" />
 				<h:commandLink action="#{skinBean.change}" value="set skin" />
 				<br />




More information about the richfaces-svn-commits mailing list