Hi,
I have tables that are populated by a @ForEach component in my html. The html template is like this
<table>
<tr><td>blah blah</td></tr>

<span jwcid="[EMAIL PROTECTED] ...>
<tr> - stuff iterated over by the foreach </tr>
</span
</table>

Now I recently upgraded to eclipse callisto using the Web tools project, and the html validator is complaining that the above is not valid html (which, in fairness it isn't, as the span occurs within a table but not within a td). Is there some html-compliant way to structure this, or will I have to live with my tapestry templates being non-html compliant?
TIA
Denis



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to