I forgot to mention that the _pattern property of javax.faces.convert.DateTimeConverter is an empty string, hence getAsString() which returns prepareDateFormat().format(value) returns an empty string. This is because of prepareDateFormat() returning new SimpleDateFormat(_pattern, getLocale()).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105365#4105365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105365 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
