[Seaside] WAPresenter>>processCallbackStream: aCallbackStream

Edward Stow ed.stow at gmail.com
Mon Apr 14 22:32:33 UTC 2008


Hi,

While working my way through the Seaside internals I came across:

WAPresenter>>processCallbackStream: aCallbackStream
	aCallbackStream processCallbacksWithOwner: self.
	self processChildCallbacks: aCallbackStream.
	aCallbackStream processCallbacksWithOwner: self

Is their a reason for calling #processCallbacksWithOwner: twice?

Thanks
-- 

Edward Stow


More information about the seaside mailing list