[Seaside] Configuring exception handler in 3.0?

GallegO fxgallego at gmail.com
Sat Sep 19 22:17:57 UTC 2009


Yes,

I have to do the same but I don't know if there is a shutcut....

Cheers
 Sebastian

2009/9/19 Boris Popov <boris at deepcovelabs.com>:
> Is there a better API to change exception handler on an application? I
> looked, but got lost in the maze of configurations/defaults/filters/whatnot.
> Here’s what I have at the moment,
>
>
>
> | app |
>
>  app := WAAdmin register: self asApplicationAt: 'myapp'.
>
> (app filters detect: #isExceptionFilter) configuration at: #exceptionHandler
> put: WADebugErrorHandler.
>
>  app
>
>   addLibrary: JQGoogleLibrary;
>
>   addLibrary: JQUiGoogleLibrary
>
>
>
> Thanks!
>
>
>
> -Boris
>
>
>
> --
>
> +1.604.689.0322
>
> DeepCove Labs Ltd.
>
> 4th floor 595 Howe Street
>
> Vancouver, Canada V6C 2T5
>
> http://tinyurl.com/r7uw4
>
>
>
> boris at deepcovelabs.com
>
>
>
> CONFIDENTIALITY NOTICE
>
>
>
> This email is intended only for the persons named in the message header.
> Unless otherwise indicated, it contains information that is private and
> confidential. If you have received it in error, please notify the sender and
> delete the entire message including any attachments.
>
>
>
> Thank you.
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list