1. JSF Validation not finding custom ResourceBundle class stackoverflow.comI 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.comI have the following validator for the year of birth:
The validation message is some kind of:
"The year of birth must be between 1.920 and 1.992"Now some ... |