<f:event type="postValidate" listener="#{bean.action}" />
Does the postValidate occur during the validation phase? I tried to use it to do additional validation, but when it failed, the update models phase was still processed. I thought if validation fails it would skip update models.