[Seaside] Don't understand call: answer:

Damien Cassou damien.cassou at laposte.net
Wed Sep 8 14:07:41 CEST 2004


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



More information about the Seaside mailing list