rdonkin 2004/11/21 13:28:14
Modified: betwixt/xdocs faq.xml
Log:
Added note on conversions to the FAQ
Revision Changes Path
1.11 +16 -1 jakarta-commons/betwixt/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/faq.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- faq.xml 13 Jun 2004 21:32:49 -0000 1.10
+++ faq.xml 21 Nov 2004 21:28:14 -0000 1.11
@@ -102,6 +102,11 @@
a <code>.betwixt</code> file <em>without</em> also adding default propertes?
</a>
</li>
+ <li>
+ <a href="#read-validation">
+ Does Betwixt Validate Values Read?
+ </a>
+ </li>
</ol>
<p><strong>Building Betwixt</strong></p>
<ol>
@@ -298,8 +303,18 @@
<dd>
Add the <code><addDefaults></code> and to it add an attribute
<code>add-properties="false"</code>.
+ </dd>
+ <dt>
+ <a name="read-validation">
+Does Betwixt Validate Values Read?
+ </a>
+ </dt>
+ <dd>
+Betwixt does not directly validate any property values read. The convertion
of the string
+in the xml to values suitable for setting on the bean property is delegated
to the
+ObjectStringConverter. The converter may - or may not - validate values (and
throw exceptions
+when they fall outside acceptable ranges).
</dd>
-
</dl>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]