We are using apexlib version 1.6upd whenever an error is raised in firefox the error does not appear in the current page but in the next page you visit. The error is successfully shown in Chrome and IE. Could you please explain whether there is a work around for this, or would upgrading to version 2.0 correct this?
Thanks Adam
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Firefox not showing this error has to do with its unique Page caching Algorithm (BFCACHE).
You can either disable this caching (not recommended) or use its own javascript event onpageshow to call apexlib.error.handleErrorPage();
explicitly.
We are using apexlib version 1.6upd whenever an error is raised in firefox the error does not appear in the current page but in the next page you visit. The error is successfully shown in Chrome and IE. Could you please explain whether there is a work around for this, or would upgrading to version 2.0 correct this?
Thanks Adam
Hi Adam,
Firefox not showing this error has to do with its unique Page caching Algorithm (BFCACHE).
You can either disable this caching (not recommended) or use its own javascript event onpageshow to call apexlib.error.handleErrorPage();
explicitly.
See https://developer.mozilla.org/En/Using_Firefox_1.5_caching for explanations of BFCACHE
Peter
Hi Peter
Thanks for this but it seems to be okay since I have udated to apexlib version 2.0.
Thanks
Adam