Does anyone know where I can get a list of the converters used by JSF so I can set a custom message for them in the resource bundle?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can find them all in chapter 2.5.2.4 of the JSF specification. Here's an extract of relevance:
You can also find them in |
|||||
|
|
If you are asking about the conversion/validation error messages then you can just specify custom messages in your .properties file for the message bundle you have specified . ex:-
Is this what you are after? |
|||
|
|
