Hi all,

I have a Form, with .setOutputMarkupId(true); and with:
  a FeedbackPanel added to it.
  a RequiredTextField()
  an AjaxButton with onSubmit().

Now when I click the AjaxButton, this goes to the log:

12:18:23,569 WARN [org.apache.wicket.protocol.http.WebSession] (http-/127.0.0.1:8080-3) Component-targetted feedback message was left unrendered. This could be because you are missing a FeedbackPanel on the page. Message: [FeedbackMessage message = "Field 'pass' is required.", reporter = pass, level = ERROR]

I also tried

this.feedback = (FeedbackPanel) new FeedbackPanel("feedback", new ContainerFeedbackMessageFilter(this.form)).setOutputMarkupId(true);


What do I miss? Why doesn't the FeedbackPanel catch the error?

Thanks,
Ondra



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

Reply via email to