[Seaside] [NEWBIE] broken config application

Lukas Renggli renggli at gmail.com
Thu Aug 10 12:53:54 UTC 2006


> Umm... this way I would lose all other seaside "example" applications or have
> to register all of them again?
>
> Then what if I re-load Seaside from MC repository?
>
> Would that bring Seaside to the "factory" configuration?

WADispatcher default initialize.
WAComponent allSubclassesDo: [ :each |
   (each class methodDict includesKey: #initialize)
      ifTrue: [ each initialize ] ].

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list