[Seaside] How to signal 404 early?

Avi Bryant avi.bryant at gmail.com
Sun Jan 30 22:02:32 CET 2005


On Sat, 29 Jan 2005 16:34:53 -0800, Todd Blanchard <tblanchard at mac.com> wrote:

> I'd prefer to simply abort the request handling at this point and cough
> up a 404, but I don't seem to have access to the response at this
> point.

This should do it I think:

self session returnResponse: WAResponse notFound


More information about the Seaside mailing list