« Return to Thread: [NEWBIES] How to set up a multi-page website

Re: [NEWBIES] How to set up a multi-page website

by Randal L. Schwartz :: Rate this Message:

Reply to Author | View in Thread

>>>>> "Roger" == Roger Ostrander <atiaxi@...> writes:

Roger> do
Roger>     [self session loggedIn ] whileFalse: [ self call: self loginComponent ].
Roger>     self call: self menuComponent.

That's #go, not #do.

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@...> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

 « Return to Thread: [NEWBIES] How to set up a multi-page website