How do I redirect back to my form page, with the given POST params, if my form action throws an exception?
POST
$request->flash('request',$request);
It works for me.