[Seaside] registering an application

Lukas Renggli renggli at gmail.com
Sun Jan 8 18:18:07 CET 2006


> I've tried to register an application in seaside using this as in David
> Shaffer tutorial:
>
> (class method)
> initialize
>     self registerAsApplication: 'blah'.
>
> but it doesn't appear in the applications list at
> http://localhost:9090/seaside/config.
>
> Although evaluating Class registerAsApplication: 'blah' at workspace there
> is no problem.
>
> Is there anything else that i have to do?

Just creating an #initialize method doesn't execute it. So did you
evaluate "YourClass initialize"? Only when loading your code into a
fresh image all the class #initialize methods will be executed
automatically by the system.

Lukas

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


More information about the Seaside mailing list