You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/02/04 03:39:56 UTC

svn commit: r1564164 - /myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-validators.mdtext

Author: lu4242
Date: Tue Feb  4 02:39:55 2014
New Revision: 1564164

URL: http://svn.apache.org/r1564164
Log:
test how to fix documentation

Modified:
    myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-validators.mdtext

Modified: myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-validators.mdtext
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-validators.mdtext?rev=1564164&r1=1564163&r2=1564164&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-validators.mdtext (original)
+++ myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-validators.mdtext Tue Feb  4 02:39:55 2014
@@ -1,19 +1,19 @@
 Title: MyFaces Commons Validators
-<p>MyFaces Commons Validators contains some useful validators not provided
+MyFaces Commons Validators contains some useful validators not provided
 by the spec, and a base class for create custom validators using
-myfaces-builder-plugin.</p>
+myfaces-builder-plugin.
 
-<p>This base class ( org.apache.myfaces.commons.validator.ValidatorBase )
+This base class ( org.apache.myfaces.commons.validator.ValidatorBase )
 allow use ValueExpressions and in 2.0 version provides an implementation of
 StateHelper. This is useful in cases where parameters for the validator are
 bound to ValueExpression instance that are evaluated at runtime. By
 default, validator parameters are evaluated on build time (the first time
 the view is built), so they cannot change over the time (further web
-postback requests).</p>
+postback requests).
 
-<p>To understand this see the example on [MyFaces Commons Converters]({{ myfaces-commons-converters.path }}) section.</p>
+To understand this see the example on [MyFaces Commons Converters]({{ myfaces-commons-converters.path }}) section.
 
-<p>In summary, in this project you can found:</p>
+In summary, in this project you can found:
 
 <ul>
 	<li><a