Hello,

I know how to add a Feedbackpanel and how to filter it by specific forms a.s.o. But I want three feedbackpanels. One for "warn", one for "error" and one for "info".

I didn't find a implementation of IFeedbackMessageFilter which does that. (Or I don't know how it could do that)

Is there a way to do that?

Something like:

## pseudocode:
   FeedbackPanel f = new FeedbackPanel("warn");
   f.showOnly(FeedbackPanel.WARN);
   add(f);
##

would be nice.

thx

Bernhard



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

Reply via email to