Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

from the previous page, on error, I used  $c->response->redirect(); passing with the redirect any error messages too. Now, on the re-directed page, if there's any error, the url has the previous error messages that were passed, and it shows up again. how do I reset that url on error time and remember all the arguments? or is there a better way of doing this?

Replies are listed 'Best First'.
Re: catalyst redirects url resetting.
by Anonymous Monk on Apr 19, 2009 at 15:28 UTC
    fixed.. found the catalyst flash feature which does what I want.