Is there a way to remove the span tags from the table cells in a DataTable?
Example

<td wicket:id="cells">
   <span wicket:id="cell">row0_col1</span>
</td>

I tried to call visitChildren on the DataTable but I don't ever get to the
Item.  I also tried to override newCellItem adding setRenderBodyOnly but to
no avail.  Any help would be appreciated.

Thanks,
Tim

Reply via email to