[Seaside] Don't understand call: answer:

Bany, Michel mbany at cincom.com
Wed Sep 8 14:23:13 CEST 2004


Have a look to WAStoreAddressEditor's superclasses.

Michel.

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org
> [mailto:seaside-bounces at lists.squeakfoundation.org]On Behalf Of Damien
> Cassou
> Sent: Wednesday, September 08, 2004 2:08 PM
> To: seaside at lists.squeakfoundation.org
> Subject: [Seaside] Don't understand call: answer:
> 
> 
> Hello,
> 
> can somebody explain to me how call: and answer works. For 
> example, in 
> the WAStoreTask Class we can see :
> 
> WAStoreTask >> getAddressWithMessage: aString
> 	^ self
> 		call: ((WAStoreAddressEditor new
> 				validateWith: [:a | a validate])
> 				addMessage: aString)
> 
> A new WAStoreAddressEditor instance is created. But what is 
> the method 
> in WAStoreAddressEditor that will print the Html form and answer to 
> WAStoreTask ? I can't find such a method
> 
> 
> Thanks for your help and for this framework
> 
> 
> Damien
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20040908/e72b03eb/attachment-0001.htm


More information about the Seaside mailing list