[richfaces-svn-commits] JBoss Rich Faces SVN: r11481 - in trunk/samples/richfaces-demo/src/main/webapp: richfaces/hotKey/examples and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Dec 2 06:10:53 EST 2008


Author: ilya_shaikovsky
Date: 2008-12-02 06:10:53 -0500 (Tue, 02 Dec 2008)
New Revision: 11481

Modified:
   trunk/samples/richfaces-demo/src/main/webapp/richfaces/hotKey/examples/inputNumbers.xhtml
   trunk/samples/richfaces-demo/src/main/webapp/welcome.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-5187
https://jira.jboss.org/jira/browse/RF-5188

Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/hotKey/examples/inputNumbers.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/hotKey/examples/inputNumbers.xhtml	2008-12-02 10:32:34 UTC (rev 11480)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/hotKey/examples/inputNumbers.xhtml	2008-12-02 11:10:53 UTC (rev 11481)
@@ -8,7 +8,7 @@
 
 	<ui:composition>
 		<rich:listShuttle var="cap" sourceValue="#{capitalsBean.capitals}" id="ls"
-			sourceListWidth="300px" targetListWidth="300px">
+			sourceListWidth="200px" targetListWidth="200px">
 			<rich:column>
 				<f:facet name="header">
 					<h:outputText value="State flag"/>
@@ -17,12 +17,6 @@
 			</rich:column>
 			<rich:column>
 				<f:facet name="header">
-					<h:outputText value="State name"/>
-				</f:facet>
-				<h:outputText value="#{cap.name}"/>
-			</rich:column>
-			<rich:column>
-				<f:facet name="header">
 					<h:outputText value="State capital"/>
 				</f:facet>
 				<h:outputText value="#{cap.state}"/>

Modified: trunk/samples/richfaces-demo/src/main/webapp/welcome.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/welcome.xhtml	2008-12-02 10:32:34 UTC (rev 11480)
+++ trunk/samples/richfaces-demo/src/main/webapp/welcome.xhtml	2008-12-02 11:10:53 UTC (rev 11481)
@@ -7,7 +7,7 @@
 	<ui:define name="title">RichFaces - Open Source Rich JSF Components</ui:define>
 	<ui:define name="body">
 		<p>Welcome to the <a href="http://labs.jboss.com/jbossrichfaces" 
-		target="_blank" style="color:#000">Rich Faces 3.2</a> demo!</p>
+		target="_blank" style="color:#000">Rich Faces 3.3</a> demo!</p>
 		<h4>About RichFaces</h4>
 		<p>RichFaces is a rich component library for JavaServer Faces
 		built on an advanced open source framework (Ajax4jsf). It allows easy integration of AJAX capabilities into enterprise-level business




More information about the richfaces-svn-commits mailing list