there is nothing wrong with creating your own implementation of the
feedback panel.

-igor

On Mon, Aug 31, 2009 at 11:09 PM, Eyal Golan<egola...@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
> 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 regular Panel.
> I suggested him not to break Wicket's framework and to try using the methods
> that Wicket allow.
> The main problem was that the list view of the messages is private
> (MessageListView).
>
> He eventually overridden the model and of course newMessageDisplayComponent
> ...
>
> We use version 1.3.6
>
> Wouldn't it be nice to make the creation of the list protected? so we can
> override it?
>
>
> Eyal Golan
> egola...@gmail.com
>
> Visit: http://jvdrums.sourceforge.net/
> LinkedIn: http://www.linkedin.com/in/egolan74
>
> P  Save a tree. Please don't print this e-mail unless it's really necessary
>
>
> On Mon, Aug 31, 2009 at 11:25 AM, Eyal Golan <egola...@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.
>> 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
>> egola...@gmail.com
>>
>> Visit: http://jvdrums.sourceforge.net/
>> LinkedIn: http://www.linkedin.com/in/egolan74
>>
>> P  Save a tree. Please don't print this e-mail unless it's really necessary
>>
>

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

Reply via email to