Re: DataTable span tag

2007-08-27 Thread Igor Vaynberg
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 > > >row0_col1 > > > I tried to call visitChildren on the DataTable b

Re: DataTable span tag

2007-08-27 Thread fero
e > Item. I also tried to override newCellItem adding setRenderBodyOnly but > to > no avail. Any help would be appreciated. > > Thanks, > Tim > > -- View this message in context: http://www.nabble.com/DataTable-span-tag-tf4338293.html#a12358819 Sen

DataTable span tag

2007-08-27 Thread Tim Lantry
Is there a way to remove the span tags from the table cells in a DataTable? Example row0_col1 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. Than