Re: Wicket generates invalid HTML/CSS with ListView

2007-08-22 Thread Igor Vaynberg
already fixed in beta3 -igor On 8/22/07, Edvin Syse <[EMAIL PROTECTED]> wrote: > > Hi, > > I use Wicket 1.3-beta2. When I construct a ListView and > setOutputMarkupId(true) on the listItem itself, the constructed id in > the HTML-code is only a number. This breaks the CSS 2 standard, that > says

Wicket generates invalid HTML/CSS with ListView

2007-08-22 Thread Edvin Syse
Hi, I use Wicket 1.3-beta2. When I construct a ListView and setOutputMarkupId(true) on the listItem itself, the constructed id in the HTML-code is only a number. This breaks the CSS 2 standard, that says that the id cannot contain only numbers. Is there a way to prepend the id with a string,