I have the following problem: An application was implemented using JSF for the browser GUI. It works fine under Firefox (at least for versions from 6 to 7)
However, when I try it with IE8, the following occurs
- I press a button that triggers JSF Page Submit
- The hourglass appears for a short time and then the cursor comes back
- And nothing else
If I refresh with F5, I get the expected results! (e.g. a list of airports matching search criteria)
This happens to me on MY computer always and on all screens.
However, the application works correctly on all other computers that I've checked.
I've made a point for point comparison in Internet options with computers where it works:
- General Settings "Check for newer versions of stored pages" (I've tried both "automatically" and "every time")
- All advanced settings are identical with working computers
I have tried the following
- Re-installing IE8 to see if I messed up anything - same problem
- IE7 - same problem
- compatibility mode on and off - same problem
I don't have any unusual Windows features turned on - at least none that I know of.
I started searching the registry entries for Internet Explorer and determined that I have no idea what I should be looking for.
I've searched the Internet including stackoverflow.
Any ideas? Has anyone else had this problem - and more important, how did you solve it?
Specs:
- Fails with IE8, Java 1.6.0.29, XP (latest version), JSF
- Works with Firefox 6&7, Java 1.6.0.29, XP (latest version), JSF
(Hope that's detailed enough)
Thanks!
Rick