> In the example below I'm was expecting that the
> postValidate method would fire after the value of the
> input field has been converted. Currently, the
> postValidate method is executed before.
>
yes, I, too, observed this erroneus behavior and found your post while searching with google whether someone else has already noticed it. This is definitely a bug in Mojarra 2.0.2-FCS. Unfortunately.
The JSF 2.0 Spec, section 3.2.7.3, clearly states:
The PreValidateEvent is published immediately before the component gets validated. PostValidate is published after validation has
occurred, regardless if the validation was successful or not.
regards,
Wolfgang Schwendt
[Message sent by forum member 'wschwendt']
http://forums.java.net/jive/thread.jspa?messageID=478670