> 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: [email protected] For additional commands, e-mail: [email protected]
