How can I issue an error to the user after a "POST" such that it will not disturb the data already entered on the posted form? I want to do the equivalent of a javascript 'alert' but after the "POST". Everything I've tried so far rewrites the page and destroys the entries on the form. I need to let the user fix the problem without losing all the entries. TIA.