[Seaside] going through the tutorial..

sergio_101 sergiolist at village-buzz.com
Sat Feb 7 06:51:00 UTC 2009


i am working through the ToDo list tutorial, and running into a slight problem..

i am up to the point where i have defined my tasks, users, and
list/menu components..

my menu and list components look like:

WAComponent subclass: #StMenuComponent
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'STTutTodoApp'

and

WAComponent subclass: #StListComponent
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'STTutTodoApp'

when i run the demo so far, initializing StRootComponent, i am getting:

initialize
	super initialize.
	self
 	menuComponent: StMenuComponent new;
 	listComponent: StListComponent new.

with an error:

StRootComponent(Object)>>doesNotUnderstand: #menuComponent:

any ideas?

thanks!
___
peace,
sergio
www.village-buzz.com
photographer, journalist, visionary


More information about the seaside mailing list