[Seaside] Seaside redirects, really?

Philippe Marschall philippe.marschall at gmail.com
Sun Oct 2 18:18:40 UTC 2011


2011/10/2 Sebastian Sastre <sebastian at flowingconcept.com>:
> On Oct 2, 2011, at 1:20 PM, Philippe Marschall wrote:
>
> you're using Seaside in a way it's not
> supposed to be used.
>
> what you mean by that?
> that seaside isn't to
>
> present a
>
> fresh view of the model either if the "rendered page" is coming from a back
>
> button click or a refresh button click or a click on a permalink.

Seaside doesn't read state from the request. You can do workarounds
but use them judiciously. If you spend your time parsing requests,
worrying about whether a request comes from a redirect, POST,
callback, permalink or expired session you're doing it wrong. If you
have all your "view state" in the URL you're definitively using the
wrong framework.

Cheers
Philippe


More information about the seaside mailing list