[Seaside][Q] Start up

Avi Bryant avi.bryant at gmail.com
Thu Jan 27 21:25:27 CET 2005


On Thu, 27 Jan 2005 17:22:28 -0300, Norberto Manzanos
<nmanzanos at sion.com> wrote:

> When trying to configurate my application, it doesn't appear in "Root
> Component" box (was "Entry point", wasn't it). 
> In fact, no WAComponent subclass appears in that box, except from the
> provided with the package. 
> Must I do something else for the application to work? One of them is a
> simple test that inherits from WAComponent and does almost nothing. 

Yes, you need to override the class side method #canBeRoot on your
component to return true.  Otherwise, that list was getting much too
long.

Cheers,
Avi


More information about the Seaside mailing list