[Seaside] Session in go method

Jakub seasidebeginner at gmail.com
Mon Jan 7 18:41:22 UTC 2008


Hello,

i have WASession subclass: #MySession with instance variable root. There i
want store root component of my app (MyRoot).

i try do this:
initialize
    super initialize.

    session root: self

but session is unknown there, then i try this:

make WATask and in go method call:

session root: MyRoot new.
...

but there is unknown too...

I want register root component in session soon as possible, where can i do
that?
-- 
Jakub.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20080107/0a9b689e/attachment.htm


More information about the seaside mailing list