http://wicket.apache.org/docs/1.4/org/apache/wicket/feedback/ErrorLevelFeedbackMessageFilter.html

On Mon, Oct 12, 2009 at 9:33 AM, Bernhard Grünewaldt <
bernh...@gruenewaldt.net> wrote:

> 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