[richfaces-svn-commits] JBoss Rich Faces SVN: r14606 - in branches/community/3.3.X/samples/richfaces-demo/src/main/webapp: richfaces/support/examples and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jun 12 09:06:46 EDT 2009


Author: ilya_shaikovsky
Date: 2009-06-12 09:06:45 -0400 (Fri, 12 Jun 2009)
New Revision: 14606

Modified:
   branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/support/examples/dynamicSelects.xhtml
   branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/templates/include/header.xhtml
   branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/welcome.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-7302
https://jira.jboss.org/jira/browse/RF-7262

Modified: branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/support/examples/dynamicSelects.xhtml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/support/examples/dynamicSelects.xhtml	2009-06-12 12:34:06 UTC (rev 14605)
+++ branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/support/examples/dynamicSelects.xhtml	2009-06-12 13:06:45 UTC (rev 14606)
@@ -9,7 +9,7 @@
 			<h:outputText value="Choose the produce type:"/>
 			<rich:inplaceSelect value="#{selectsBean.currentType}" valueChangeListener="#{selectsBean.valueChanged}" defaultLabel="Click here to select">
 				<f:selectItems value="#{selectsBean.firstList}"/>
-				<a4j:support event="onchange" reRender="items, label" ajaxSingle="true"/>
+				<a4j:support event="onviewactivated" reRender="items, label" ajaxSingle="true"/>
 			</rich:inplaceSelect>
 			<a4j:outputPanel id="label">
 				<h:outputText value="Choose concrete product:" rendered="#{!empty selectsBean.secondList}"/>

Modified: branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/templates/include/header.xhtml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/templates/include/header.xhtml	2009-06-12 12:34:06 UTC (rev 14605)
+++ branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/templates/include/header.xhtml	2009-06-12 13:06:45 UTC (rev 14606)
@@ -8,7 +8,10 @@
 <div class="page_brick"></div>
 <table class="top_navbar" cellpadding="0" cellspacing="0" border="0">
 <tbody>
-	<tr> 
+	<tr>
+		<td> 
+			<h:outputLink value="http://livedemo.exadel.com/photoalbum">PhotoAlbum Application</h:outputLink>
+		</td>
 		<td>
 			<h:outputLink value="http://labs.jboss.com/portal/jbossrichfaces/downloads">Download</h:outputLink>
 		</td>

Modified: branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/welcome.xhtml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/welcome.xhtml	2009-06-12 12:34:06 UTC (rev 14605)
+++ branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/welcome.xhtml	2009-06-12 13:06:45 UTC (rev 14606)
@@ -29,6 +29,13 @@
 			Groups marked with such icons - contain the components added during latest release,
 			or the components with new examples added.  
 		</p>
+		<h4>New Demo Available!</h4>
+		<p>
+			We already have new demo called <b>photoAlbum</b> available! The demo contains
+			best practices and examples of RichFaces in action and includes all most popular 
+			components! <a href="http://livedemo.exadel.com/photoalbum/">Visit the 
+			new demo!</a> 
+		</p>
 	</ui:define>
 </ui:composition>
 </html>




More information about the richfaces-svn-commits mailing list