Author: atsebro
Date: 2009-07-17 15:10:15 -0400 (Fri, 17 Jul 2009)
New Revision: 14962
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/graphValidator.xml
Log:
RF-7530:rich:graphValidator component description review
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/graphValidator.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/graphValidator.xml 2009-07-17
18:46:55 UTC (rev 14961)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/graphValidator.xml 2009-07-17
19:10:15 UTC (rev 14962)
@@ -80,13 +80,12 @@
...
HtmlgraphValidator mygraphValidator= new HtmlgraphValidator();
...]]></programlisting>
-
-
</section>
- <para> The<emphasis role="bold">
-
<property><rich:graphValidator></property>
- </emphasis>component behaves basically the same way as the
<emphasis role="bold">
+<section>
+ <title>Details of usage</title>
+ <para>
+ The<emphasis
role="bold"><property><rich:graphValidator></property></emphasis>component
behaves basically the same way as the <emphasis role="bold">
<property><rich:beanValidator></property>
</emphasis> The deference between these two components is that
in order to
validate some input data with a <emphasis
role="bold">
@@ -113,8 +112,7 @@
<rich:message for="email" />
</h:panelGrid>
</rich:graphValidator>
-...
-]]></programlisting>
+...]]></programlisting>
<para>The data validation can be also performed using Hibernate
Validator, the same way as
it is done with <emphasis role="bold">
@@ -164,14 +162,14 @@
</imageobject>
</mediaobject>
</figure>
-
-
<para> The figure above shows that the entered data was revalidated after
all fields were completed, and the data did not pass revalidation since the total sum was
incorrect. </para>
- <section>
+</section>
+
+ <section>
<title>Relevant Resources Links</title>
- <para><ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/graphValida...
- On RichFaces LiveDemo page </ulink> you can see an
example of <emphasis
role="bold"><property><rich:graphValidator></property>
- </emphasis> usage and sources for the given example.
</para>
+ <para>
+ Visit the <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/graphValida...
page</ulink> at RichFaces LiveDemo for examples of component usage and their
sources.
+ </para>
</section>
</section>