Scenario:
1. I click next on one of the screens, this calls an API and moves the token onto next process screen
2. On the next screen, I have an action timer(interval: 5 seconds), which checks for a database field if the results are received because of the earlier API call.
3. If the results are received, one of the ajax update area on the screen is updated.
4. I also have 3 buttons on the same screen, back, next and cancel.
5. During this if someone clicks on back or cancel button, I get an Ajax Update Area error.
Could you please guide me here? Any pointers will be appreciated.
1. I click next on one of the screens, this calls an API and moves the token onto next process screen
2. On the next screen, I have an action timer(interval: 5 seconds), which checks for a database field if the results are received because of the earlier API call.
3. If the results are received, one of the ajax update area on the screen is updated.
4. I also have 3 buttons on the same screen, back, next and cancel.
5. During this if someone clicks on back or cancel button, I get an Ajax Update Area error.
Could you please guide me here? Any pointers will be appreciated.
Browser : IE8