[Seaside] stuck in the tutorial..

David Zmick dz0004455 at gmail.com
Tue Nov 4 03:17:14 UTC 2008


initializeMenuComponent is a seperate method you need to create that will
"initialize" the menu component.  I think you are just adding the line at
the bottom of you code, and the method doesn't exist.  At least, thats what
the error says.  hope that helps :)

On Tue, Nov 4, 2008 at 6:11 PM, sergio <sergio at village-buzz.com> wrote:

>
> i am stuck on the tutorial..
>
> i am here:
>
>
> http://www.hpi.uni-potsdam.de/swa/seaside/tutorial?_k=JOUlYeKE&_s=HnxMstOOzMFNlEFy
>
> let me know if that takes you back to the front of the tutorial.. i am on
> the components page...
>
> this section:
>
>  Of course, you want to see some results now, therefore we refactor
> StRootComponent>>#initialize to call self initializeMenuComponent instead of
> simply initializing themenuComponent instance variable.
>
>
> i just can't figure out where to put this line:
>
> self initializeMenuComponent
>
> it seems like it should be in:
>
> StMenuComponent>>#initialize, because that's where initializeMenuComponent
> is..
>
> but that doesn't work..
>
> if i put it in StRootComponent>>#initialize like so:
>
> initialize
>        super initialize.
>        self
>                menuComponent: StMenuComponent new;
>                listComponent: StListComponent new.
>        self initializeMenuComponent.
>
>
> i  get this:
>
> MessageNotUnderstood: StRootComponent>>initializeMenuComponent
>
> which totally makes sense..
>
> anyone have any ideas?
>
> thanks!
>
>
> ___
> peace,
> sergio
> photographer, journalist, visionary
> www.village-buzz.com
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



-- 
David Zmick
/dz0004455\
http://dz0004455.googlepages.com
http://dz0004455.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20081104/f62baab2/attachment-0001.htm


More information about the seaside mailing list