I checked the generated JSP. For this date field it contains:


<c&#58;choose>

&nbsp; &nbsp; <c&#58;when test="$&#123;row.birthDate.class.name eq 
'java.util.Date'&#125;"><fmt&#58;formatDate var="value" 
value="$&#123;row.birthDate&#125;" pattern="dd.MM.yyyy HH&#58;mm"/></c&#58;when>

&nbsp; &nbsp; <c&#58;otherwise><c&#58;set var="value" 
value="$&#123;row.birthDate&#125;"/></c&#58;otherwise>

</c&#58;choose>



So the format should be OK. But somehow I get "yyyy-MM-dd HH:mm:ss.S"...
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3653#3653
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to