[Seaside] [Q] table elements in loops?

Brian Brown rbb at techgame.net
Mon Apr 7 17:37:45 CEST 2003


On Monday 07 April 2003 05:01 pm, Nevin Pratt wrote:
> Brian Brown wrote:
> >Hiya,
> >
> >  With the following code:
> >
> >	html table: [
> >		items do: [:each |
> >			html tableRowWith: [html render: each].
> >		].
> >	].
> >
> >The ending tr tags all show up together at the end of the table, and the
> ></table> tag doesn't get rendered at all. Any thoughts?
>
> I have quite a bit of code similar to that (Seaside 2.3b), and I've
> never noticed any problem.
>

... and I hadn't either... this started once I started using images in my 
content within tables... 

> Nevin
>
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside



More information about the Seaside mailing list