[Seaside] Re: seaside Digest, Vol 106, Issue 13

Ted Wrinch ted.wrinch at gmail.com
Wed Oct 5 17:19:47 UTC 2011


Boris,

You are doing almost the same as I am currently, but without the logout. I love the announcement framework BTW :). What I'm trying to do beyond that is to refresh a part of my overall page - the whole page would be fine too. I'm currently investigating a re-direct: something like

self  requestContext redirectTo:  request  url.

where request was saved from an >>initialRequest: callback. This seems like the kind of thing that ought to do it, but 'request url' is empty. 

T.


Ted Wrinch




On 5 Oct 2011, at 12:43, seaside-request at lists.squeakfoundation.org wrote:

> Message: 6
> Date: Wed, 5 Oct 2011 04:42:55 -0700
> From: "Boris Popov, DeepCove Labs" <boris at deepcovelabs.com>
> Subject: RE: [Seaside] Ajax rendering
> To: "Seaside - general discussion"
> 	<seaside at lists.squeakfoundation.org>
> Message-ID: <CBE458BB46D12C48A467980CEDA34121055043D5 at Pondo.yvr.png>
> Content-Type: text/plain; charset="us-ascii"
> 
> Ted,
> 
> 
> 
> Could this highlighted bit be what you're looking for?
> 
> 
> 
> (html anchor)
> 
> onClick: ((html jQuery ajax)
> 
>                                                script: 
> 
>                                                                [:s |
> 
>                                                                self
> session announce: RequestingLogout.
> 
>                                                                s
> refresh]);
> 
>                with: 'Log out'
> 
> 
> 
> -Boris

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20111005/c8dc30ed/attachment-0001.htm


More information about the seaside mailing list