[Seaside] Adding an application

Nevin Pratt nevin at smalltalkpro.com
Tue Mar 25 19:34:56 CET 2003


I guess the web-way of setting the base-url is gone?

Of course, if the component has a class method like

initialize
    self registerAsApplication: 'foo'

then of course we should only need to register the entry point of the 
application (via the web 'config' app), and then let the entry point 
(i.e., the component) define the base-url as above.

I suppose that's now the "official" way to do it?

Also, what the heck does "Always Redirect" mean when adding an application?

Nevin





More information about the Seaside mailing list