Webpage has expired

Hi

I am currently getting this error in IE7

bump

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 Bates (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.

Hope some of this helps.

Thanks for the suggestion, I will look for the railscast you mentioned.

teesea wrote:

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.