Hi guys,
My application was running on tomahawk 1.3, and I was using a dataScroller
on a dataTable.
The code generated was:
<table class="Scroller_style">
<tbody>
<tr>
<td>
</td>
<td>
</td>
<table>
<tbody>
<tr>
<td class="LinkBlue">
1
</td>
<td class="LinkBlueInverted">
2
</td>
</tr>
</tbody>
</table>
<td>
</td>
<td>
</td>
</tr>
</tbody>
</table>
now for all the version of tomahawk above 1.3 I have :
<table class="Scroller_style">
<tbody>
<tr>
<td>
</td>
<td>
</td>
<td>
<td class="LinkBlue">
1
</td>
<td class="LinkBlueInverted">
2
</td>
</td>
<td>
</td>
<td>
</td>
</tr>
</tbody>
</table>
Not really good to be Xhtml compliant.
And I can't imagine that its a normal behavior.
So I you have any answers
Thx ;)
--
View this message in context:
http://www.nabble.com/Tomahawk-1.6%3A-dataScroller-generate-bad-HTML-tf4943802.html#a14152906
Sent from the My Faces - Dev mailing list archive at Nabble.com.