Re: Grouping messages in FeedbackPanel

2009-09-01 Thread Eyal Golan
Hi, Thanks for the reply, but it's not suitable for us. We want to create a generic FeedbakPanel for hat purpose and not in a specific page. What we actually want is that the messages will be list of lists. In the first iteration he completely created a new FeedbackPanel that inherits from a

Re: Grouping messages in FeedbackPanel

2009-09-01 Thread Igor Vaynberg
there is nothing wrong with creating your own implementation of the feedback panel. -igor On Mon, Aug 31, 2009 at 11:09 PM, Eyal Golanegola...@gmail.com wrote: Hi, Thanks for the reply, but it's not suitable for us. We want to create a generic FeedbakPanel for hat purpose and not in a

Grouping messages in FeedbackPanel

2009-08-31 Thread Eyal Golan
Hello, I there a way to change the feedback panel so we we group the messages according to levels: Errors: error message 1. error message 2. Info: info 1. etc. Do we need to *completely* override FeedbackPanel? My team mate wants to do that and I really holding him off. Thanks Eyal Golan

Re: Grouping messages in FeedbackPanel

2009-08-31 Thread Igor Vaynberg
you can create a feedback panel for each, and filter messages according to their severity. -igor On Mon, Aug 31, 2009 at 1:25 AM, Eyal Golanegola...@gmail.com wrote: Hello, I there a way to change the feedback panel so we we group the messages according to levels: Errors: error message 1.