ok, thank you, and sorry for a delayed reply, my internet has been down<br><br><div class="gmail_quote">On Tue, Apr 29, 2008 at 12:04 AM, stephane ducasse &lt;<a href="mailto:stephane.ducasse@free.fr">stephane.ducasse@free.fr</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Yes and follow what ramon is saying.<br>
you should not call renderContentOn: on your own.<div><div></div><div class="Wj3C7c"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
I know that this is probably a very bad practice, but I have<br>
initialized component, eg. a instance variable &#39;bodyComp&#39;<br>
<br>
ok, I will show some code:<br>
<br>
RootComponent&gt;&gt;initilaize<br>
 &nbsp;super initialize.<br>
 &nbsp;self bodyComp: BodyComponent new.<br>
<br>
RootComponent&gt;&gt;renderContentOn: html<br>
 &nbsp;&quot;all the head stuff&quot;<br>
 &nbsp; bodyComponent renderContentOn: html<br>
 &nbsp; &quot;etc.&quot;<br>
<br>
</blockquote>
<br>
Don&#39;t do that, you should render subcomponents with #render:, never call<br>
renderContentOn: of another component.<br>
<br>
RootComponent&gt;&gt;renderContentOn: html<br>
 &nbsp; &nbsp;html render: bodyComponent<br>
<br>
Ramon Leon<br>
<a href="http://onsmalltalk.com" target="_blank">http://onsmalltalk.com</a><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>
<br>
</blockquote>
<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>
</div></div></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>