[Seaside-dev] Re: Seaside 2.9 WAFileHandler

Julian Fitzell jfitzell at gmail.com
Wed Sep 17 21:25:57 UTC 2008


It should get registered when you load the Environment package.

We're trying to move away from having the code register itself in some
"standard" configuration that not all users want. When you load the
Environment package, this should set up the distribution environment
we provide for seaside, including registering default handlers and so
on.

Of course this is all in pretty heavy flux at the moment... new as of
last weekend's sprint.

Julian

On Wed, Sep 17, 2008 at 10:51 PM, Gerhard Obermann <obi068 at gmail.com> wrote:
> WAFileHandler class
>
> initialize
>     default := self register: 'files'
>
> This helps, but not sure if we want to use lazy initialize!
>
> On Wed, Sep 17, 2008 at 10:31 PM, Gerhard Obermann <obi068 at gmail.com> wrote:
>>
>> Hi!
>>
>> After loading current packages into an empty Pharo image
>> WAFileHandler default is not initialized.
>> I can't find any reference to WAFileHandler which should do the init!
>>
>> br
>> Gerhard
>
>
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>
>


More information about the seaside-dev mailing list