[jsf 2.0] PreValidateEvent and PostValidateEvent should be called from UIInput.processDecodes() and UIInput.processValidators(), but there is no mention on javadoc

2009-09-24 Thread Leonardo Uribe
Hi Checking the spec section 3.2.7.3, it says this: *"...EditableValueHolder is a source of ValueChangeEvent, PreValidateEvent and PostValidate events. These are emitted during calls to validate(), which happens during the Process Validations phase of the request processing lifecycle. The PreVali

Re: [jsf 2.0] PreValidateEvent and PostValidateEvent should be called from UIInput.processDecodes() and UIInput.processValidators(), but there is no mention on javadoc

2009-09-25 Thread Werner Punz
Leonardo Uribe schrieb: Hi Checking the spec section 3.2.7.3, it says this: /"...EditableValueHolder is a source of ValueChangeEvent, PreValidateEvent and PostValidate events. These are emitted during calls to validate(), which happens during the Process Validations phase of the request proc