Question
Form data has expired
I have a Grid using onChange as below:
onchange="getUrl('SpecificAccount.cfm?count_id=' + getTodaysGrid.dataProvider[getTodaysGrid.selectedIndex]['count_id']);"
Once the item is selected, the SpecificAccount.cfm page is opening properly. So far it's working great. Now if I am going back to the previous page using a cfinput type='submit'. The page keeps saying: 'The form data has expired, Please reload this page in your browser.'
How to have to page reloaded properly?
onchange="getUrl('SpecificAccount.cfm?count_id=' + getTodaysGrid.dataProvider[getTodaysGrid.selectedIndex]['count_id']);"
Once the item is selected, the SpecificAccount.cfm page is opening properly. So far it's working great. Now if I am going back to the previous page using a cfinput type='submit'. The page keeps saying: 'The form data has expired, Please reload this page in your browser.'
How to have to page reloaded properly?