[Seaside] Seaside vs Streaming

Philippe Marschall philippe.marschall at gmail.com
Tue Aug 21 04:58:22 UTC 2007


2007/8/20, Boris Popov <boris at deepcovelabs.com>:
> Can we script errors to trash the existing body and insert them there?

Yeah. It should be possible to emit a JS that does a redirect.

> Not sure how well this would work for malformed content (open/incomplete
> tags etc) though.

Hard to tell. Probably depends on browser and the exact circumstances
(eg. inside an attribute or not). It the worst case it might not work
at all. It certainly won't work for IE users with ActiveX disabled for
security reasons.

Cheers
Philippe

> -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.
>
> > -----Original Message-----
> > From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> > bounces at lists.squeakfoundation.org] On Behalf Of Michael Lucas-Smith
> > Sent: Monday, August 20, 2007 2:35 PM
> > To: Seaside - general discussion
> > Subject: Re: [Seaside] Seaside vs Streaming
> >
> >
> > > - error handling
> > > - tasks
> > > - basic authentication
> > > - anything else?
> > >
> > >
> > Well as Lukas says - tasks and auth can be handled just fine with
> > streaming. Error handling, as you said, is a special case. When we did
> > error handling, we would emit a <script> that would redirect the page
> to
> > an error page, avoiding the 'part of the page' problem when reporting
> > errors.
> >
> > It certainly seems like progress has already been made in the
> direction
> > that Martin was suggesting - at least from what Lukas was saying.
> >
> > Michael
> > _______________________________________________
> > Seaside mailing list
> > Seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list