Author: jkuhnert
Date: Mon May 28 12:53:40 2007
New Revision: 542309
URL: http://svn.apache.org/viewvc?view=rev&rev=542309
Log:
Fixes TAPESTRY-1399. Documentation out of date.
Modified:
tapestry/tapestry4/trunk/src/site/apt/usersguide/validation.apt
Modified: tapestry/tapestry4/trunk/src/site/apt/usersguide/validation.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/apt/usersguide/validation.apt?view=diff&rev=542309&r1=542308&r2=542309
==============================================================================
--- tapestry/tapestry4/trunk/src/site/apt/usersguide/validation.apt (original)
+++ tapestry/tapestry4/trunk/src/site/apt/usersguide/validation.apt Mon May 28
12:53:40 2007
@@ -199,7 +199,7 @@
*-----------------+-------------------------------------------+
{{{../apidocs/org/apache/tapestry/form/translator/DateTranslator.html}DateTranslator}}
| <<< trim=<true/false>,pattern=<any pattern supported by
{{{http://java.sun.com/j2se/1.4.2/docs/api/java/text/DateFormat.html}DateFormat}}>
>>>
*-----------------+-------------------------------------------+
-
{{{../apidocs/org/apache/tapestry/form/translator/NumberTranslator.html}NumberTranslator}}
| <<< trim=<true/false>,pattern=<any pattern supported by
{{{http://java.sun.com/j2se/1.4.2/docs/api/java/text/NumberFormat.html}NumberFormat}}>,omitZero=<true/false>
>>> If true (which is the default for the property), then values that are 0
are rendered to an empty string, not "0" or "0.00". This is useful in most
cases where the field is optional; it allows the field to render blank when no
value is present.
+
{{{../apidocs/org/apache/tapestry/form/translator/NumberTranslator.html}NumberTranslator}}
| <<< trim=<true/false>,pattern=<any pattern supported by
{{{http://java.sun.com/j2se/1.4.2/docs/api/java/text/NumberFormat.html}NumberFormat}}>,omitZero=<true/false>
>>> If true (default is false), then values that are 0 are rendered to an
empty string, not "0" or "0.00". This is useful in most cases where the field
is optional; it allows the field to render blank when no value is present.
*-----------------+-------------------------------------------+
{{{../apidocs/org/apache/tapestry/form/translator/BigDecimalTranslator.html}BigDecimalTranslator}}
| <<< trim=<true/false> >>>
*-----------------+-------------------------------------------+