initializeMenuComponent is a seperate method you need to create that will &quot;initialize&quot; the menu component.&nbsp; I think you are just adding the line at the bottom of you code, and the method doesn&#39;t exist.&nbsp; At least, thats what the error says.&nbsp; hope that helps :)<br>
<br><div class="gmail_quote">On Tue, Nov 4, 2008 at 6:11 PM, sergio <span dir="ltr">&lt;<a href="mailto:sergio@village-buzz.com">sergio@village-buzz.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
i am stuck on the tutorial..<br>
<br>
i am here:<br>
<br>
<a href="http://www.hpi.uni-potsdam.de/swa/seaside/tutorial?_k=JOUlYeKE&amp;_s=HnxMstOOzMFNlEFy" target="_blank">http://www.hpi.uni-potsdam.de/swa/seaside/tutorial?_k=JOUlYeKE&amp;_s=HnxMstOOzMFNlEFy</a><br>
<br>
let me know if that takes you back to the front of the tutorial.. i am on the components page...<br>
<br>
this section:<br>
<br>
&nbsp;Of course, you want to see some results now, therefore we refactor StRootComponent&gt;&gt;#initialize to call self initializeMenuComponent instead of simply initializing themenuComponent instance variable.<br>
<br>
<br>
i just can&#39;t figure out where to put this line:<br>
<br>
self initializeMenuComponent<br>
<br>
it seems like it should be in:<br>
<br>
StMenuComponent&gt;&gt;#initialize, because that&#39;s where initializeMenuComponent is..<br>
<br>
but that doesn&#39;t work..<br>
<br>
if i put it in StRootComponent&gt;&gt;#initialize like so:<br>
<br>
initialize<br>
 &nbsp; &nbsp; &nbsp; &nbsp;super initialize.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;self<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;menuComponent: StMenuComponent new;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;listComponent: StListComponent new.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;self initializeMenuComponent.<br>
<br>
<br>
i &nbsp;get this:<br>
<br>
MessageNotUnderstood: StRootComponent&gt;&gt;initializeMenuComponent<br>
<br>
which totally makes sense..<br>
<br>
anyone have any ideas?<br>
<br>
thanks!<br>
<br>
<br>
___<br>
peace,<br>
sergio<br>
photographer, journalist, visionary<br>
<a href="http://www.village-buzz.com" target="_blank">www.village-buzz.com</a><br>
<br>
<br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>David Zmick<br>/dz0004455\<br><a href="http://dz0004455.googlepages.com">http://dz0004455.googlepages.com</a><br><a href="http://dz0004455.blogspot.com">http://dz0004455.blogspot.com</a><br>