Redirect_to and reloading the browser woes

Hi,

I am experiencing a big problem:

  • I a form using a POST request to a create action.
  • In create action, if everything goes on well, then redirect_to
    some_pages_url
  • When page is loaded, if I refresh the browser, Firefox proposes me to
    resubmit the form.

How is that possible?