resourcebundle « validation « JSF Q&A





1. JSF Validation not finding custom ResourceBundle class    stackoverflow.com

I have a custom ResourceBundle class org.example.web.UILabels.java which works well in running code but the JSF editor in Eclipse is not finding it, I assume the editor/validator is only looking ...

2. Group separator in jsf validation messages    stackoverflow.com

I have the following validator for the year of birth:

<f:validateLongRange minimum="1920" maximum="1992" />
The validation message is some kind of:
"The year of birth must be between 1.920 and 1.992"
Now some ...