Author: SeanRogers
Date: 2011-03-15 00:36:47 -0400 (Tue, 15 Mar 2011)
New Revision: 22215
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/repeat/simpleGrid.xhtml
Log:
Revised showcase text for a4j:repeat - RFPL-1215
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/repeat/simpleGrid.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/repeat/simpleGrid.xhtml 2011-03-15
04:28:33 UTC (rev 22214)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/repeat/simpleGrid.xhtml 2011-03-15
04:36:47 UTC (rev 22215)
@@ -5,9 +5,9 @@
xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:composition>
- <p>a4j:repeat is a base iteration component of RichFaces. It allows
- to create any markups based on iterative data. This sample shows simple
- grid from capitals list.</p>
+ <p>The <b>a4j:repeat</b> component is the basic iteration component of
RichFaces. It allows
+ the creation of any markup based on iterative data. This example shows a simple
+ grid produced from a list of capital cities.</p>
<ui:include src="#{demoNavigator.sampleIncludeURI}" />
<ui:include src="/templates/includes/source-view.xhtml">
<ui:param name="src" value="#{demoNavigator.sampleIncludeURI}"
/>
@@ -22,4 +22,4 @@
<ui:param name="hideLabel" value="Hide Bean Source" />
</ui:include>
</ui:composition>
-</html>
\ No newline at end of file
+</html>