<!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] Don't understand call: answer:</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Have a look to WAStoreAddressEditor's superclasses.</FONT>
</P>

<P><FONT SIZE=2>Michel.</FONT>
</P>

<P><FONT SIZE=2>&gt; -----Original Message-----</FONT>
<BR><FONT SIZE=2>&gt; From: seaside-bounces@lists.squeakfoundation.org</FONT>
<BR><FONT SIZE=2>&gt; [<A HREF="mailto:seaside-bounces@lists.squeakfoundation.org">mailto:seaside-bounces@lists.squeakfoundation.org</A>]On Behalf Of Damien</FONT>
<BR><FONT SIZE=2>&gt; Cassou</FONT>
<BR><FONT SIZE=2>&gt; Sent: Wednesday, September 08, 2004 2:08 PM</FONT>
<BR><FONT SIZE=2>&gt; To: seaside@lists.squeakfoundation.org</FONT>
<BR><FONT SIZE=2>&gt; Subject: [Seaside] Don't understand call: answer:</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Hello,</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; can somebody explain to me how call: and answer works. For </FONT>
<BR><FONT SIZE=2>&gt; example, in </FONT>
<BR><FONT SIZE=2>&gt; the WAStoreTask Class we can see :</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; WAStoreTask &gt;&gt; getAddressWithMessage: aString</FONT>
<BR><FONT SIZE=2>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^ self</FONT>
<BR><FONT SIZE=2>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; call: ((WAStoreAddressEditor new</FONT>
<BR><FONT SIZE=2>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; validateWith: [:a | a validate])</FONT>
<BR><FONT SIZE=2>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; addMessage: aString)</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; A new WAStoreAddressEditor instance is created. But what is </FONT>
<BR><FONT SIZE=2>&gt; the method </FONT>
<BR><FONT SIZE=2>&gt; in WAStoreAddressEditor that will print the Html form and answer to </FONT>
<BR><FONT SIZE=2>&gt; WAStoreTask ? I can't find such a method</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Thanks for your help and for this framework</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Damien</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; _______________________________________________</FONT>
<BR><FONT SIZE=2>&gt; Seaside mailing list</FONT>
<BR><FONT SIZE=2>&gt; Seaside@lists.squeakfoundation.org</FONT>
<BR><FONT SIZE=2>&gt; <A HREF="http://lists.squeakfoundation.org/listinfo/seaside" TARGET="_blank">http://lists.squeakfoundation.org/listinfo/seaside</A></FONT>
<BR><FONT SIZE=2>&gt; </FONT>
</P>

</BODY>
</HTML>