Currently it is good practice to redirect to a success page after submitting a form. Often redirecting to the same page. The redirect ensures that if the user hits reload the page is not resubmitted.
I know the RedirectView, but unfortunatly I loose the command object when I do that. Then I should retrieve it again from the DB in order to show the confirmation page. Is there any way to incorperate functionality into Spring to support redirecting after POST without loosing the command-object?
Thanks,
Vincent


Reply With Quote