Most likely cause:
The local copy of this webpage is out of date, and the website
requires that you download it again.
What you can try:
Click on the Refresh button on the toolbar to reload the page.
After refreshing, you might need to navigate to the specific webpage
again, or re-enter information.
when a user does the following
does not fill in all required fields in a search form
submits the form
is displayed the search form again with errors highlighted
corrects errors and submits form again
is displayed results page and then presses back button
I’ve googled this problem and this seems to be an issue with IE7 and
form posts creating a page. Unfortunatley the solutions I’ve found of
using get instead of post is not really possible as this problem
occurs on all forms I have on my site, some of which can have a lot of
data.
A) GET’s instead of POST’s are possible with a simple addition of an
option
during form creation. Just use them correctly.B) Ryan B. (I believe)
did
a Railscast on displaying the form again while going back (along the
lines
of redirect_to :back with some other option. Can’t remember).
C) Although there is appears to be a forum attached to this mailing
list,
'bump’ing the message does nothing for the cause.
Thanks for the suggestion, I will look for the railscast you
mentioned.
thanks for this post, I didn’t have lots of data to push to the server
so changing the form_for by adding :method => :get in the html options
hash solved it for me.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.