Author: msorokin
Date: 2009-09-04 11:56:21 -0400 (Fri, 04 Sep 2009)
New Revision: 15467
Modified:
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/validators.xml
Log:
https://jira.jboss.org/jira/browse/RF-5768
updated
Modified:
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/validators.xml
===================================================================
---
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/validators.xml 2009-09-04
15:08:24 UTC (rev 15466)
+++
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/validators.xml 2009-09-04
15:56:21 UTC (rev 15467)
@@ -55,7 +55,7 @@
<para>
<emphasis
role="bold"><property><rich:graphValidator></property></emphasis>
validates the entity User object, in which restrictions are set with the help of
Hibernate annotations.
- When the <emphasis role="bold" >Register</emphasis>
button is clicked on the <property>name, password, sex</property> etc. fields
are validated sequentially. In case of an error (for example, if a
<property>loginName</property> contains only on character and the annotation
restricts it to at least 3 characters to be typed in) a error message in red color is
displayed next to the input field and the request is aborted. If all values are valid
the <code>authenticator.register(user)</code> method will be invoked and the
user will be saved to the database.
+ When the <emphasis role="bold" >Register</emphasis>
button is clicked on the <property>name, password, sex</property> etc. fields
are validated sequentially. In case of an error (for example, if a
<property>loginName</property> contains only one character and the annotation
restricts it to at least 3 characters to be typed in) a error message in red color is
displayed next to the input field and the request is aborted. If all values are valid
the <code>authenticator.register(user)</code> method will be invoked and the
user will be saved to the database.
</para>
<para>