Tnx! Good point: http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html
I think this page should be strongly cross-referenced from markup inheritance tutorial ;) There's a lot of useful stuff! ** Martin 2008/6/11 Alex Jacoby <[EMAIL PROTECTED]>: > Have you tried the <wicket:container> tag? > > On Jun 11, 2008, at 9:29 AM, Martin Makundi wrote: > >> 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
