[Catalyst] redirection hint?

Bill Moseley moseley at hank.org
Wed Jan 4 22:36:32 CET 2006


On Wed, Jan 04, 2006 at 04:03:09PM -0500, Jeff Bisbee wrote:
> On 1/4/06, Andy Grundman <andy at hybridized.org> wrote:
> > You might really want $c->res->redirect( '/admin/user/list' );
> >
> > forward and detach take a private action name:
> >
> > $c->detach( '/admin/main' );
> 
> I completely understand the reason for wanting to redirect after doing
> some kind of save action (to avoid the dreaded reload of posted data),

What prevents going back a page and reloading?

I'm using Plugin::RequestToken on all my forms that post.


-- 
Bill Moseley
moseley at hank.org




More information about the Catalyst mailing list