> Action page processes form, finds errors, instructs user to hit the back > button to fix > them. User hits back button, and I.E. reruns the query, erasing the figures > in the form > that the user just entered. Why does it think it has to requery the form > instead of using > form data, and how do I force it to use user-entered data?
This behavior drives me nuts. I thought it had to do with no-cache headers on the site. When I removed of the no-cache cfheaders, my users were able to go back to the form and have it retain the data they input. I have to say though, this was a maintenance job on very old code I didn't write. I'm going to have to check out whether the form is posting or getting now... On other pieces I've written, I've gone the way of creating a hidden form on the action page when an error exists, and have the user submit that form to go back to the original form. Cheers, Kris ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251533 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

