[Seaside-dev] MyFirstComponent Bugged in Squeak Download

Philippe Marschall philippe.marschall at gmail.com
Fri Nov 5 20:33:40 UTC 2010


2010/11/5 Robert Hawley <rhawley at plymouth.ac.uk>:
> 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
> ------------------

Interesting. That should be fixed in Seaside-Welcome-NickAger.23 but
that somehow isn't loaded.

> 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._______________________________________________

http://code.google.com/p/seaside/issues/detail?id=610

Cheers
Philippe


More information about the seaside-dev mailing list