[Seaside] [Q] table elements in loops?

Nevin Pratt nevin at smalltalkpro.com
Mon Apr 7 17:01:57 CEST 2003



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.

Nevin




More information about the Seaside mailing list