On Fri, Feb 24, 2012 at 1:54 AM, Martin Grigorov <mgrigo...@apache.org>
wrote:
> Hi,
>
> I think you can override RepeatingView's
> org.apache.wicket.markup.repeater.AbstractRepeater#renderChild():
> {
>
>  super.renderChild(component);
>
>  getResponse().write("<br/>");
>
> }
>

I don't think <br /> is standards-compliant mid-<ul>. Wouldn't it be
simpler to use getResponse().write('\n')?

Eric

Reply via email to