you have to call setrenderbodyonly on whatever it is you add to the item

-igor


On 8/27/07, Tim Lantry <[EMAIL PROTECTED]> wrote:
>
> 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