Hi! I have had to tweak some markup. I have complex tables so my markup is as follows:
<table> <thead.../> <tbody wicket:id="radioGroup1"/> <tbody wicket:id="radioGroup2"/> <div wicket:id="rowListView"> <tr wicket:id="rowspanListView"> .... </// close tags ofcourse> I would very much like to hide the excess <div> and <tbody> tags completely from the markup seen by the browser. However, if I set setRenderBodyOnly(true) for the specific components, the tags will be visible as "<div>" and "<tbody>". Only the attributes are not rendered. Is there some way to hide completely the markup of the excess elements? Hurts validation. I cannot just set visibility to false because the elements are nested and I want the content to be visible :) ** Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
