[Seaside] WADispatcher version isNil

Ron Teitelbaum Ron at USMedRec.com
Mon Feb 19 16:18:08 UTC 2007


Hi,

WADispatcher >> beAwareOfChangeOf: anAspectSymbol with: aParameter from:
anEntryPoint
	"Here when anything has changed in the receiver"
	version ifNil: [version := 0].
	version := version + 1.
	lastUpdate := TimeStamp now.
	self changed.

I had trouble loading seaside because WADispatcher version is nil.  Can we
add a nil check like above or do I need to repeat the registration process
again?

Ron Teitelbaum



More information about the Seaside mailing list