[Seaside] another hitch in the tutorial..

sergio_101 sergiolist at village-buzz.com
Mon Feb 9 14:03:59 UTC 2009


> The message "self sortBlock" is an access to the instance variable
> sortBlock. So you try to send value: to exactly this instance variable but
> it seems not to be defined. Try to check if you forgot to define the value
> of sortBlock.

hmm.. it seems like this is okay.. here is the declaration of my class:

WAComponent subclass: #StListComponent
	instanceVariableNames: 'items filterBlock sortBlock renderItemBlock'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'STTutTodoApp'

i did a refactor, and sortBlock and sortBlock: both appear in
StListComponent's declaration..

digging further.

thanks!

i am DETERMINED to hang in there with seaside this time..



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


More information about the seaside mailing list