[Seaside] Re: initialRequest: / updateRoot: / updateUrl:

Francois Stephany tulipe.moutarde at gmail.com
Fri May 20 07:47:59 UTC 2011


> Hm... since your #children method seems correct:

Haha got it.
One of my children method was:

children
   ^Array
      with: self subComponent;
      with: self loginComponent.


Obviously the cascade is wrong:

children
   ^Array
      with: self subComponent
      with: self loginComponent.


Sorry for the noise !


Francois



More information about the seaside mailing list