[Seaside] Iterators in 0.94

Avi Bryant seaside@lists.squeakfoundation.org
Wed, 26 Jun 2002 11:45:58 -0700 (PDT)


On Wed, 26 Jun 2002, Jim Benson wrote:

> 'week' is the name of the local in the tr repeat. I'm not sure how you're
> supposed to address it.

locals at: #week.
Although in the current version in CVS I'm trying to move towards
template localAt: #week
since I would like to separate the whole notion of templates and locals
into a distinct, optional system.

> When do you have to fiddle with the #list: and #iterator: messages in
> addHandler?

Rarely.  I'm pretty sure I never have.

Cheers,
Avi