Title: [waffle-scm] [754] trunk/waffle-distribution/src/site/content/binding.html: Updated binding docs.
Revision
754
Author
mauro
Date
2008-06-22 02:36:52 -0500 (Sun, 22 Jun 2008)

Log Message

Updated binding docs.

Modified Paths


Diff

Modified: trunk/waffle-distribution/src/site/content/binding.html (753 => 754)

--- trunk/waffle-distribution/src/site/content/binding.html	2008-06-21 17:46:54 UTC (rev 753)
+++ trunk/waffle-distribution/src/site/content/binding.html	2008-06-22 07:36:52 UTC (rev 754)
@@ -149,12 +149,28 @@
           <td align="left">Converts date values with configurable date format and error messages.</td>
         </tr>
         <tr class="b">
-          <td align="left"><a href=""
+          <td align="left"><a href=""
           </td>
-          <td align="left">Converts CSV values with configurable error messages.  It attempts to parse values as numbers (using the injectable <code>NumberFormat</code> instance,
-              which defaults to <code>NumberFormat.getInstance()</code>) and if not successful returns list of string values.
+          <td align="left">Converts enum values.  Included by default in <a href=""
+        </tr>
+        <tr class="b">
+          <td align="left"><a href=""
           </td>
+          <td align="left">Converts number values with configurable number format.</td>
         </tr>
+        <tr class="b">
+          <td align="left"><a href=""
+          </td>
+          <td align="left">Converts CSV Number values with configurable error message using the injectable <code>NumberFormat</code> instance,
+              which defaults to <code>NumberFormat.getInstance()</code>.
+          </td>
+        </tr>
+        <tr class="b">
+          <td align="left"><a href=""
+          </td>
+          <td align="left">Converts CSV String values with configurable error messages.
+          </td>
+        </tr>
       </tbody>
     </table>
 
@@ -164,7 +180,7 @@
       <code>convertMissingValue</code> method:
 
     <textarea class="java:nogutter:nocontrols" name="code">
-public class StringDateValueConverter extends DateValueConverter {
+public class StrictDateValueConverter extends DateValueConverter {
    public StrictDateValueConverter(MessageResources messageResources) {
         super(messageResources);
     }


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to