Title: [waffle-scm] [104] trunk/examples/freemarker-example/resources/people/editperson.htm: Commented out date of birth input, as freemarker fails to parse the date.
Revision
104
Author
mauro
Date
2007-05-28 10:33:21 -0500 (Mon, 28 May 2007)

Log Message

Commented out date of birth input, as freemarker fails to parse the date.

Modified Paths

Diff

Modified: trunk/examples/freemarker-example/resources/people/editperson.htm (103 => 104)

--- trunk/examples/freemarker-example/resources/people/editperson.htm	2007-05-28 14:53:14 UTC (rev 103)
+++ trunk/examples/freemarker-example/resources/people/editperson.htm	2007-05-28 15:33:21 UTC (rev 104)
@@ -32,13 +32,14 @@
         <input type="text" name="person.email" id="person.email" value="${controller.person.email}"/>
         <br style="clear:both"/>
     </div>
+    <!-- TODO fix freemarker exception when submitting date
     <div class="fieldRow">
         <label for="" Of Birth:</label>
         <input type="text" name="person.dateOfBirth" id="person.dateOfBirth" value="${controller.person.dateOfBirth?string("dd-MM-yyyy")}"/>
         <br style="clear:both"/>
     </div>
+	-->
 
-
     <br/>
     <a href="" |
     <a href=""


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to