the frameworks i've used (granted not that many.. pylons,cakephp,rails,etc) all seem to use a client side redirect when going from 1 controller action to another. wouldn't it be better to save a roundtrip and do the redirect server side?
of the top of my head, i can only think that it's to rewrite the url in the client browser.. is there anything else i'm missing?