[Seaside] Updating sub-components: where?

Avi Bryant avi.bryant at gmail.com
Sun Feb 27 01:12:04 CET 2005


On Mon, 21 Feb 2005 09:37:07 +0100, Michael Neumann <mneumann at ntecs.de> wrote:

> I currently have a similar problem. So you suggest to rebuild the
> children array on each render, right?

On each send to #children.

> Or another idea is to leave @children for static childs and have an
> @dynamic_children array, which would be reset before each render-phase
> and include the rendered children.

No, the point is that you need to know which children *will* be
rendered *before* you render them.  Knowing after the fact doesn't
help (for example, you need to know what to send #updateUrl: to).

Avi


More information about the Seaside mailing list