[Seaside] WAMiniCalendar

Philippe Marschall philippe.marschall at gmail.com
Fri Oct 20 15:44:13 UTC 2006


2006/10/20, Dominic Letz <dominic.letz at berlin.de>:
> 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:"

Was fixed in the 2.7a1 branch 9/11/2006

Philippe


More information about the Seaside mailing list