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.
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside