[Seaside] show active page after hitting isolated code

Julian Fitzell jfitzell at gmail.com
Mon Feb 22 19:20:43 UTC 2010


You could subclass WAResponseGenerator and implement #pageExpired,
then specify that generator in your application's configuration.

If that doesn't do what you want, you should create your own Filter.

Julian

On Mon, Feb 22, 2010 at 4:17 AM, radoslav hodnicak <rh at 4096.sk> wrote:
>
> say I have
>
> self isolate: [self showA].
> self isolate: [self showB].
>
> when I'm on page B, hit the back button to get to page A and click an
> expired link - how do I get to show page B again (automatically) instead of
> the not very helpful "Page expired, use back button blah" message?
>
> In Seaside 3.0. Do I have to write my own filter, or is this burried
> somewhere in the configuration catacombs?
>
> rado
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list