Are you adding the feedback panel to the ajax request target in,both
onSubmit and onError?  If so, it should tell you what error is making you
get to the onError method.
 On 2011 7 27 21:50, "phaedoland" <phaedol...@gmail.com> wrote:
> Hello everyone,
>
> I'm a newbie using this wicket framework. I'm developing a user
registration
> form, which works quite fine. But when it comes to validate certain
fields,
> there is no way to have this form behaving as I wish.
>
> My textfields are simple *TextField<String>* and some of them have the
> *setRequired *set to true. I also have an *AjaxButton *which submits the
> form. To show the validation messages, I use the *FeedbackPanel*, but I
want
> to show a message next to each invalid field.
>
> This button has the the *onSubmit *and *onError *methods overriden.
>
> The thing is, once I submit the form and there is a validation error, even
> if I fulfill all the fields, I get the same error. (onError method is
always
> called).
>
> Please, could you help me?
>
> Thank you very much.
>
> Daniel.
>
>
> --
> View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Validation-problem-OnError-event-everytime-I-submit-tp3696379p3696379.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>

Reply via email to