[richfaces-svn-commits] JBoss Rich Faces SVN: r12072 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Dec 30 08:26:17 EST 2008


Author: cluts
Date: 2008-12-30 08:26:17 -0500 (Tue, 30 Dec 2008)
New Revision: 12072

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
   trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml
Log:
RF-4502 - corrected information about the <f:selectItem/> and <f:selectItems/> JSF components.

Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml	2008-12-30 13:14:13 UTC (rev 12071)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml	2008-12-30 13:26:17 UTC (rev 12072)
@@ -96,8 +96,7 @@
                 <listitem>
                 <para>
                 Using the <emphasis role="bold"><property>&lt;f:selectItem /&gt;</property></emphasis> or <emphasis role="bold">
-                    <property>&lt;f:selectItems /&gt;</property></emphasis> facets which considers only 
-                    <emphasis><property>&quot;value&quot;</property></emphasis> attribute.
+                    <property>&lt;f:selectItems /&gt;</property></emphasis> JSF components.
                 </para>
                 <para>
                     <emphasis role="bold">Example:</emphasis>
@@ -110,7 +109,13 @@
         <f:selectItem itemValue="Rhode Island"/>
         <f:selectItem itemValue="South Carolina"/>
 </rich:comboBox>            
-...]]></programlisting>      
+...]]></programlisting> 
+                    <note>
+                        <title>Note:</title>
+                        <para>
+                            These JSF components consider only the <emphasis><property>&quot;value&quot;</property></emphasis> attribute for this component.
+                        </para>
+                    </note>
              </listitem>
             </itemizedlist>
         <para> Popup list content loads at page render time. No additional requests could be performed on the popup calling.

Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml	2008-12-30 13:14:13 UTC (rev 12071)
+++ trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml	2008-12-30 13:26:17 UTC (rev 12072)
@@ -150,7 +150,7 @@
    
  <para>
    You can form the list of the options using  <emphasis role="bold"><property>&lt;f:selectItem/&gt;</property></emphasis> and 
-   <emphasis role="bold"><property>&lt;f:selectItems/&gt;</property></emphasis> facets.
+   <emphasis role="bold"><property>&lt;f:selectItems/&gt;</property></emphasis> JSF components.
  </para>
  <para>
    Please, see the example below.




More information about the richfaces-svn-commits mailing list