1

I have a problem with ajax components hx:ajaxRefreshSubmit and hx:ajaxRefreshRequest on IE11. Both of them are working only on the first submit - request.

I use the latest version of JWL and Portlet Bridge (jsf-ibm.jar v 3.1.20, jsf-portletbridge.jar v 3.1.19). Ajax works on all browsers (IE9, IE10, latest Chrome, latest Firefox, Microsoft Edge) except on IE11.

Has anyone managed to solve the problem?

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Damc
  • 11
  • 2

1 Answers1

0

Our JSF1.2/JWL project has also been pushed onto IE11. Running the page in compatibility mode seems to solve our issues.

I also found a solution which involves changing the JSP with a directive to work as IE<11 on this page IBM Developer Works although I haven't tried it yet.

lafual
  • 683
  • 1
  • 7
  • 23