I checked the generated JSP. For this date field it contains:
<c:choose> <c:when test="${row.birthDate.class.name eq 'java.util.Date'}"><fmt:formatDate var="value" value="${row.birthDate}" pattern="dd.MM.yyyy HH:mm"/></c:when> <c:otherwise><c:set var="value" value="${row.birthDate}"/></c:otherwise> </c: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