[Seaside-dev] Issue 294 in seaside: Loading Seaside-Squeak-Platform gives walkback because 'WAPlatform current' is nil

codesite-noreply at google.com codesite-noreply at google.com
Sun Jan 25 19:36:23 UTC 2009


Comment #13 on issue 294 by da... at teleport.com: Loading  
Seaside-Squeak-Platform gives walkback because 'WAPlatform current' is nil
http://code.google.com/p/seaside/issues/detail?id=294

The root cause of the problem is an initialization issue, so I suppose  
the 'elegeant
solution' is to create a separate package isolating the consumers of  
WAPlatform from
the providers of WAPlatform.

In this case it isn't desirable to create a separate package nor is it  
desirable to
create a funky initialization scheme, especially when there is a better  
solution
available.

So I lean towards doing:
   Smalltalk addToStartupList: self
and reverting to the standard initialization scheme for WAPlatform.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list