jsf « Message « Spring Q&A





1. Retrieving message from proper Resource Bundle using JSF Custom Validation    stackoverflow.com

I am using JSF custom validator to fetch an error message from proper resource bundle. The syntax used is

<myCustom:regexValidator regex="^[a-zA-Z0-9_\\/\-\. ]*$"
         ...

2. Jsf resolving locale messages from spring messageSource    forum.springsource.org

Hello I had defined: Code: resources.interface resources.validation Where interface and validation are properties files I have also jsf bean controlled by spring ...

3. Warning messages when using JSF with spring    forum.springsource.org

I am using Spring 2.5 with JSF richfaces on WAS 6.1. I am using "Controller" annotation for my spring and JSF managed beans. But everytime when a bean is accessed the ...