The feeback panel is being added to the AjaxTargetRequest as I can see it in
the ajax debug window. The problem is that it is empty.
I already have the onError method overriden for the button. I forgot to
mention that in the previous post.
@Override
protected void onError(AjaxRequestTarget target, Form<?> form) {
target.addComponent(feedbackPanel);
}
I also have an info message that I want to display upon success so it isn't
necessarily an error that I want to display. Hence onError would only solve
part of the problem (if it was the problem).
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/feedback-messages-not-appearing-using-ajax-button-tp4145174p4145379.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]