<div>If I understand you correctly, this is what you need to do :-</div><div><br></div>In the parent&#39;s #renderContentOn: html<div><br></div><div>html div id: #DetailDisplay; with:[</div><div>    html render: child1.</div>
<div>    html render: child2.</div><div>]<br><br></div><div>In the parents #children method</div><div><br></div><div>children</div><div>    ^ Array with: child1 with child2</div><div><br><div class="gmail_quote">On Fri, Nov 6, 2009 at 17:27, Tony Giaccone <span dir="ltr">&lt;<a href="mailto:tgiaccone@gmail.com">tgiaccone@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>First I want to thank everyone for the comments on my last request about setting up a seaside/pharo server.  Now on to my next question. <br>
<br>One more about implementation. <br><br>Suppose I have a page, and the page is broken up in to components.  A menu, a header,  a synopsis, and a detail record.  Let&#39;s focus for a second on the detail record. <br>
<br>In MyApp, there are several different types of detail records, which could be displayed in that region of the page.  They are all sub-classes of one parent class. For the purposes of discussion, let&#39;s assume that the parent class is MADetailDisplay, and the sub classes are MAPersonDisplay, MAFamilyDisplay, MAAddressDisplay (though in reality the exact classes aren&#39;t that important). <br>

<br>I want each of these to details to render inside  the same div on the page.<br><br>&lt;div id=&quot;DetailDisplay&quot;&gt;<br><br>&lt;!-- in this space the detail component renders --&gt;<br><br>&lt;/div&gt;<br><br>
Now it would seem very reasonable to give the parent class the responsibility of rendering the tag that surrounds that detail component. In that way any sub class of MADetailDisplay is going to be in the right &quot;location&quot; on the page. <br>

<br>It&#39;s not quite clear to me how to do that in Seaside/Smalltalk. Nor is it clear to me if this is really the right way to even think about this problem. <br><br><br>Anyone care to comment?<br><font color="#888888"><br>
<br>Tony<br>
</font><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">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></div><br><br clear="all"><br>-- <br>-JT<br><br><br>
</div>