7 Replies Latest reply: May 11, 2012 6:43 AM by s6868 RSS

    Form data has expired

    Ghis Community Member
      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?