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?