Question
Getting data to remain on the Insert page after submit
I am converting a mainframe application to ColdFusion 7.
After the user enters data, the data remains on the page after they
submit it. I thought Preservedata="yes" would work if I included it
with my form. However, this only works if the form submits to
itself and I am submitting the data to an Access database. Someone
suggested session variables and I was going to try that next,
except the users prefer not to accept cookies. Thanks.
