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><rich:graphValidator></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's architecture provides an option to bind
the component to a
managed bean, which is done with the <emphasis>
- <property><value></property>
+ <property>"value"</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>
Show replies by date