<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73">
<TITLE>RE: [Seaside] Re: Don't understand call: answer:</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>&gt; Thanks, it helps me a lot. So, if I understand well :</FONT>
<BR><FONT SIZE=2>&gt; The method &quot;call:&quot; calls &quot;renderContentOn&quot; on the object passed as </FONT>
<BR><FONT SIZE=2>&gt; argument (WAStoreAddressEditor here). Then, the &quot;rows&quot; method </FONT>
<BR><FONT SIZE=2>&gt; is called </FONT>
<BR><FONT SIZE=2>&gt; which have to specify what fields the object want to be </FONT>
<BR><FONT SIZE=2>&gt; printed in the </FONT>
<BR><FONT SIZE=2>&gt; form. Finaly, a test is performed in order to know if the object </FONT>
<BR><FONT SIZE=2>&gt; responds to the method &quot;render&quot;NameOfSymbol&quot;On&quot;. If true, </FONT>
<BR><FONT SIZE=2>&gt; this method is </FONT>
<BR><FONT SIZE=2>&gt; called, else a default method is.</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Is that true ?</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
</P>

<P><FONT SIZE=2>Yes all this is true.</FONT>
<BR><FONT SIZE=2>As a matter of fact when a component sends #call: to itself,</FONT>
<BR><FONT SIZE=2>it becomes invisible and it is replaced in the browser by</FONT>
<BR><FONT SIZE=2>the component passed as the argument, until #answer or </FONT>
<BR><FONT SIZE=2>#answer: is sent. Then it becomes visible again.</FONT>
</P>

<P><FONT SIZE=2>Bon courage,</FONT>
<BR><FONT SIZE=2>Michel.</FONT>
</P>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>

</BODY>
</HTML>