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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 14 05:30:40 EST 2008


Author: abelevich
Date: 2008-01-14 05:30:40 -0500 (Mon, 14 Jan 2008)
New Revision: 5341

Modified:
   trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp
Log:


Modified: trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp	2008-01-14 10:28:18 UTC (rev 5340)
+++ trunk/sandbox/samples/combobox-sample/src/main/webapp/pages/index.jsp	2008-01-14 10:30:40 UTC (rev 5341)
@@ -57,8 +57,9 @@
 					<h:inputText value="#{bean.onitemselectedScript}" />
 				
 				</h:panelGrid>
-			
-				
+				<h:commandButton action="none" value="apply"></h:commandButton>
+			</h:form>
+			<h:form>	
 				<cmb:comboBox 
 					disabled="#{bean.disabled}" 
 					inputClass="inputClass" 




More information about the richfaces-svn-commits mailing list