[Seaside] CTSession >> #initializeWithApplication:

Romain Robbes romain.robbes at gmail.com
Wed Feb 28 12:49:53 UTC 2007



	Hi All,

	In Comet, CTSession needs this method to be called in order to be  
initialized properly. However, using seaside27a1-mb.205,  
#initializeWithApplication: is never called (CTSession is the only  
implementor). Am I missing a dependency for Comet?

	I just added the following method to CTSession:

initialize
	super initialize.
	handlers := Dictionary new

	With no ill effects so  far.

	Cheers,
		Romain


More information about the Seaside mailing list