My approach would require some recoding so if someone else has a simple answer go with that. 1. Is it possible to validate with js on the page. This has the advantage of not re-serving the page. 2. I usually make my action page the same as the form page and set a flag "showform" If the form passes validation I set showform to false, if not I set showform to true. You will have to modify your form fields to poplulate with initial values also.
----- Original Message ----- From: "Angel Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 10, 2001 8:06 AM Subject: Page Expired Show stopper.. > Hey all! > > I am doing some validation, where you go from a data entry page, to an > action page. > > If it fails validation, I am popping a window informing them of the > error, and then using a Javascript History(-1) thing to send the user > back to the data entry page. > > Now..when it goes back to the data entry page..it is showing Page has > Expired :-\ > I want it to just..go back..and show what was there before. > > -Gel > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

