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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...