[Seaside] WAMiniCalendar

Dominic Letz dominic.letz at berlin.de
Fri Oct 20 15:08:22 UTC 2006


Hi people,

while developing on Seaside we found the deprecated method call 
(a Week)::do in the WAMiniCalendar implementation:


renderRowForWeek: aWeek on: html
	html tableRow: [
		aWeek do: [:ea | self renderCellForDate: ea on: html].
	]

we recommend to replace "aWeek do:" with "aWeek datesDo:"


Faithfully
Martin Beck & Dominic Letz


More information about the Seaside mailing list