[Seaside] Seaside redirects, really?

Lukas Renggli renggli at gmail.com
Sun Oct 2 14:58:25 UTC 2011


> There is currently a way to disable them? or
> you mean start hacking to get rid of them and see how it feels?

Disabling only makes sense on certain links, that is if the link has
no side-effects. You can tell the #anchor to #beNavigational to avoid
the redirect in that particular case. For example, Pier uses this for
the links that navigate between pages.

To change it globally on can subclass (or patch)
WAActionPhaseContinuation>>#shouldRedirect to answer false. This
likely breaks the most simple Seaside application though.

Lukas

-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list