On Tue, 19 Jun 2012 15:21:17 -0600 Alec Swan <[email protected]> wrote:
> I had to make sure that my <img> element had a closing </img> > > The problem is that > org.apache.wicket.util.tester.TagTester#createTagByAttribute requires > the <img> element to be closed, i.e. <img/> or <img></img>. Otherwise > closeTag variable is never set and the loop does not exit. > > Seems like a bug to me, isn't it? A lone open <img> tag wouldn't be valid XHTML. Does our HTML5 support include support for non-wellformed documents? Carl-Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
