[Seaside] WADispatcher version isNil

Bany, Michel mbany at cincom.com
Mon Feb 19 16:21:23 UTC 2007


Hi Ron,

WADispatcher has changed shape in the latest package
You need to evaluate to upgrade your image

	WADispatcher resetAll.

HTH
Michel.


> 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?


More information about the Seaside mailing list