I have a rootless BaseTree and see it output

<table style="display:none" id="tree1f_0"></table><table class="wicket-tree-content" id="tree1f_1"><tr>...

which according to http://validator.w3.org is invalid strict XHTML. Looking at the comment in the code, AbstractTree.onRender(), it appears that the indention there is
to output a div and not a table, which would validate:

<div style="display:none" id="tree1f_0"></div><table class="wicket- tree-content" id="tree1f_1"><tr>...

Or was there a particular reason to fetch the tagName from the markupStream in the
code, instead of just hardcoding it to "div"?

Thanks,
Kaspar

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to