[Seaside-dev] Automatic registration of children?

Lukas Renggli renggli at gmail.com
Thu Aug 19 20:42:47 UTC 2010


On 19 August 2010 22:34, Julian Fitzell <jfitzell at gmail.com> wrote:
> Well, how would you know whether all the subcomponents had implemented
> #children without using the slow method to find them all and check?

I don't understand why you would need to know that. The only change I
propose is to implement

   WAComponent>>children
      ^ WASlowlyFigureOutAllDirectChildren for: self

Everything else would continue as usual. People could override
#children as they do today.

Lukas

-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside-dev mailing list