[Seaside-dev] MyFirstComponent Bugged in Squeak Download

Robert Hawley rhawley at plymouth.ac.uk
Thu Nov 4 23:45:12 UTC 2010


Page: http://www.seaside.st/download
Clicking: Squeak Smalltalk
Then using MyFirstComponent
Produces the following error: 

---------------------
Seaside Walkback

MessageNotUnderstood: WAComponent class>>subclass:instanceVariableNames:

Debug Proceed Full Stack

Possible Causes
you sent a message this type of object doesn't understand
Stack Trace
thisContext
WAComponent class(Object)>>doesNotUnderstand: #subclass:instanceVariableNames:
self
WAComponent
aMessage
subclass: #MyFirstComponent instanceVariableNames: ''
exception
MessageNotUnderstood: WAComponent class>>subclass:instanceVariableNames:
resumeValue
nil
thisContext
WAWelcomeComponentCreator>>createComponent:
self
a WAWelcomeComponentCreator
componentName
#MyFirstComponent
userComponent
nil
thisContext
[] in WAWelcomeComponentCreator>>go
self
a WAWelcomeComponentCreator
componentName
#MyFirstComponent
component
nil
thisContext
BlockClosure>>repeat
self
[closure] in WAWelcomeComponentCreator>>go
thisContext
WAWelcomeComponentCreator>>go
self
a WAWelcomeComponentCreator
componentName
#MyFirstComponent
component
nil
New Session Configure Halos Profile Memory XHTML 4/14 ms
------------------

Another issue:

Note too that even though MyFirstComponent in the Pharo image, it is clumsy because the user has to enter a username in the Smalltalk environment window, but there is no warning of this in the browser.


More information about the seaside-dev mailing list