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

Francois Stephany tulipe.moutarde at gmail.com
Fri May 20 06:26:00 UTC 2011


> the lazy init is ok?
>
> is #resetVisibleComponent doing something like this:
>
>
> 	^ visibleComponent := VisibleComponent new
>
> ??

Yep, I have tried:

resetVisibleComponent
   self visibleComponent: WPStudioComponent new.

resetVisibleComponent
   visibleComponent := WPStudioComponent new.

resetVisibleComponent
   ^visibleComponent := WPStudioComponent new.


Everything else seems to work (rendering, callbacks), I'm certainly 
doing something stupid somewhere but can't find what.



-- 
francois.stephany at agilitic.com
http://www.agilitic.com
+32 (0)484/580.322



More information about the seaside mailing list