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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue May 12 09:52:00 EDT 2009


Author: msorokin
Date: 2009-05-12 09:52:00 -0400 (Tue, 12 May 2009)
New Revision: 14119

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/graphValidator.xml
Log:
corrected a mistake

Modified: trunk/docs/userguide/en/src/main/docbook/included/graphValidator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/graphValidator.xml	2009-05-12 12:54:04 UTC (rev 14118)
+++ trunk/docs/userguide/en/src/main/docbook/included/graphValidator.xml	2009-05-12 13:52:00 UTC (rev 14119)
@@ -97,9 +97,9 @@
                     </emphasis> wraps multiple input components and validates the data received from
                     them. </para>
 
-          <para>The following example demonstrate a pattern of how the <emphasis role="bold">
+          <para>The following example demonstrates a pattern of how the <emphasis role="bold">
                               <property>&lt;rich:graphValidator&gt;</property>
-                    </emphasis> can be used.</para>
+                    </emphasis> can be used:</para>
           <programlisting role="XML"><![CDATA[...
 <rich:graphValidator>
        <h:panelGrid columns="3">
@@ -125,7 +125,7 @@
 
           <para>The components&apos;s architecture provides an option to bind the component to a
                     managed bean, which is done with the <emphasis>
-                              <property>&lt;value&gt;</property>
+                              <property>&quot;value&quot;</property>
                     </emphasis> attribute. The attribute ensures that the entered data is valid
                     after the model is updated by revalidating the bean properties.</para>
           <para>Please look at the example below.</para>




More information about the richfaces-svn-commits mailing list