[Seaside] Personalised error page

Philippe Marschall philippe.marschall at gmail.com
Wed May 17 10:29:08 UTC 2006


2006/5/17, Sebastien Genier [M1 ETSIE] <sebastien.genier at etu.univ-savoie.fr>:
> Good evening !
>
> I want to make a special 404 page for my different errors.
> I use at the moment 'self error' after my ifTrue messages to send a specific
> error to the browser, but I want to use a better solution for the user,
> sending a real personalised webpage.
> Did you have any solution to help me?
>
> Thanks in advance,

Make your own subclass of WAErrorHandler (look at the existing ones)
and select in the config interface of your application.

Cheers
Philippe


More information about the Seaside mailing list