I don't see that as a valid HTML yet. The jwcid attribute is not specified
in HTML.  Maybe Tapestry should put up a namespace for its tag.  So, we can
use 

<span tapestry:jwcid="[EMAIL PROTECTED]" tapestry:element="tr" ...

It will make it at least an XHTML document.

Xiaoshu
> Use:
> <table>
> <tr><td>blah blah</td></tr>
> 
> <tr jwcid="[EMAIL PROTECTED]" elemente="tr"...> stuff iterated 
> over by the foreach </tr>
> 
> </table>
> 
> Denis McCarthy wrote:
> > 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]
> >
> >
> 
> 
> --
> Andreas Andreou - [EMAIL PROTECTED] - 
> http://andyhot.di.uoa.gr Tapestry / Tacos developer Open 
> Source / J2EE Consulting 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 


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

Reply via email to