[Seaside] Question for newbie

Randal L. Schwartz merlyn at stonehenge.com
Fri Jan 9 16:51:10 UTC 2009


>>>>> "Steve" == Steve Bleeke <sbleeke at msn.com> writes:

Steve> I read another question about a root class not showing on the
Steve> configuration list for entry points even though it had a canBeRoot
Steve> method.  The answer was to place the canBeRoot method on the class
Steve> side.  What does class side mean?


YourClass thisIsAClassSideMessage

x := YourClass new.
x thisIsAnInstanceSideMessage

In the gui, pay attention to whether you have "class" or "instance"
selected in the pane below the class name (usually second column).


-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion


More information about the seaside mailing list