Re: jsr 303 configuration in myfaces

2013-04-03 Thread Matt Benson
>From the JSF spec: ■ If the servlet context contains a ValidatorFactory instance under the attribute named javax.faces.validator.beanValidator.ValidatorFactory, this instance is used by JSF to acquire Validator instances (specifically in the BeanValidator). This key should be defined in the cons

jsr 303 configuration in myfaces

2013-04-03 Thread Johannes Murth
hi! in our project, we have a specific configuration of the jsr 303 validator which is configured with the constructor. it's actually a spring bean. how can we tell myfaces to use specific validator object? or is there an other way to customize the validator? specifically, we want to configure th