[Seaside] order a refresh page (in a callback)

Julian Fitzell jfitzell at gmail.com
Tue May 25 08:46:17 UTC 2010


In Seaside 3.0:

html javascript refresh
(using JavaScript obviously - this will keep the same URL)

or:

self requestContext redirect
(as long as the Smalltalk you are using has continuations - you can
actually use this one in the middle of a callback if you want a new
URL for some reason)

or, as someone said, simply have a callback that does nothing else.

Julian

2010/5/25 Benoît Delmotte <benoit.delmotte at gmail.com>:
> Hello everybody,
>
> I just want to know if it's possible to order a refresh, with a special call
> in a callback
> (if yes, how)
>
> Thanks.
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list