[Seaside] Seaside redirects, really?

Sebastian Sastre sebastian at flowingconcept.com
Mon Oct 3 11:52:15 UTC 2011


On Oct 3, 2011, at 8:29 AM, Julian Fitzell wrote:
>>>> Similarly the redirects serve a well
>>>> thought purpose.
>>> 
>>> which is what exactly?
>>> can you describe that well thought purpose?
>> 
>> Decouple the callback processing from the rendering.
> 
> Thus ensuring that (a) hitting refresh doesn't re-trigger an action
> and (b) you don't get the browser dialog asking if you want to
> resubmit form data when you hit the Back button.


okay those are reasons.

Questions:
for a: the refresh is an exception case, not the normal case, yet everything gets penalized because of that?
for b: the browser opens that dialog only on POST requests only when the user press the back button, again an exceptional case but seaside it's penalizing every other request because of that?

sorry but that sounds right or "well thought" to you?

sebastian

o/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20111003/3d1b6482/attachment.htm


More information about the seaside mailing list