To break linhes with \r\n characters you will nead to use the html textarea tag. If the the MultiLineLabel is fine to you, puting br tag on yout code, the finest solution isn't "crtl+c" + "crtl+v" the FeedbackPanel, just create an subclass of it and implements the newMessageDisplayComponent by your own, returning the MultiLineLabel obj.
On Wed, Aug 26, 2009 at 2:13 PM, Martin Makundi < [email protected]> wrote: > You got it right. > > 2009/8/26 JavaOleg <[email protected]>: > > > > Thanks for the response, > > > > I have downloaded the source for Feedback panel and it's not really > obvious > > how to override it, I mean, there's Label used in the populateItem() > method > > of the inner private final class, so I just copied the whole source and > made > > a MultilineFeedbackPanel class, and replaced Label with MultiLineLabel > and > > it worked perfectly. If you can suggest a better way, I would also like > to > > hear it. > > > > Thanks again, > > Cheers, > > Oleg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
