I have problem with f:convertDateTime, that it seems to use the error message *javax.faces.converter.DateTimeConverter.DATE_detail* when I convert time (i.e. it should use *javax.faces.converter.DateTimeConverter.TIME_detail*).
The issue, I'm guessing, is that I use a ...
I'm having an issue with converting a project from what I think is jsf 1.1 or 1.2, to jsf 2.0 using facelets.
I've read many Q's on SO about how to ...