i think the problem is that it uses ul and li, if you override the markup and use divs it may work just fine.
-igor On Wed, Aug 26, 2009 at 10:02 AM, JavaOleg<[email protected]> wrote: > > 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 > > > > > MartinM wrote: >> >> Why not override feedback panel and roll your own? >> >> ** >> Martin >> >> > > -- > View this message in context: > http://www.nabble.com/Urgent-help-needed.-Feedback-panel-and-multiline-messages-in-it.-tp25150411p25151456.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
