[Seaside] [Q] table elements in loops?

Brian Brown rbb at techgame.net
Mon Apr 7 15:14:27 CEST 2003


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'm using Seaside from CVS, but haven't updated in 4 or 5 days...

Brian


More information about the Seaside mailing list