I have a form with a table in coldfusion 9 where the user enters part numbers and the form's submit button then executes the same page again. Here we check that submit was pressed and then step through the form's records checking for the part availability.
All works as expected... except if the user refreshes the page before the submit button is pressed... then all existing form records are duplicated in the form.
I am looking for a way to force a form submit, if user refreshes the page before pressing submit
Is this possible?