Ajax submit is when you use AjaxSubmitLink or AjaxButton for the <input
type="submit" >
I just checked and it seems you don't use any of these.

Do you override Form#onError() or Button#onError() and what do you do there
?

Martin Grigorov
Wicket Training and Consulting


On Thu, Jun 12, 2014 at 10:47 AM, Lucio Crusca <lu...@sulweb.org> wrote:

> > Hi,
> >
> > Do you use Ajax submit ?
> > If YES then you need to override #onError(AjaxRequestTarget, Form) add
> add
> > the feedback to the target manually.
> >
>
> What is Ajax submit? How do I check whether I'm using it? (I suspect the
> reply is "no, you're not using it since you do not even know what it is").
>
> However I have a suspect, there's another strange thing in that form,
> maybe the two things are related: look at the five check boxes down the
> form, one of them doesn't show the image:
>
> http://158.58.168.198/quotaly/wicket/bookmarkable/it.quotaly.web.Register
>
> but if you look at the generated HTML, the image is actually there, and if
> you click the link in <img src="... you actually see the image.
>
> Now, how that could be a cause or consequence of missing FeedbackPanel is
> beyond any stretch of my imagination, but those two things share a common
> fact: both do not show up when they should.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to