[Seaside] Personalised error page

Lukas Renggli renggli at gmail.com
Wed May 17 14:25:51 UTC 2006


> > 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?

There is a setting in the configuration interface called "Error
Handler" that defaults to the class "WAWalkbackErrorHandler". Have a
look at the implementation of WAWalkbackErrorHandler, create your own
error handler and select it in the configuration interface.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list