On Thu, Feb 17, 2011 at 9:02 PM, Pedro Santos <pedros...@gmail.com> wrote:
> Override onError still makes sense for me, if the form component is
> required, why to hide the message?

Because I don't want to show such error message when user clears
(update) this required field but only when he press Submit. And
FeedbackPanel is refreshed automatically, so each message is
immediately shown to the user.

> If there is some special message
> reporting rule, it can be coded inside onError also.

No when component is required, because validation and error reporting
is done prior to call onError() method, and I cannot change that.

--
Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to