[Seaside] WADispatcher version isNil

Ron Teitelbaum Ron at USMedRec.com
Mon Feb 19 16:22:40 UTC 2007


Thanks!

Ron

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> bounces at lists.squeakfoundation.org] On Behalf Of Bany, Michel
> Sent: Monday, February 19, 2007 11:21 AM
> To: Ron at USMedRec.com; The Squeak Enterprise Aubergines Server - general
> discussion.
> Subject: RE: [Seaside] WADispatcher version isNil
> 
> 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?
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside




More information about the Seaside mailing list