0

I'm using JSF 1.2 on IE11. Recently I added Richfaces api - 3.3.3, Richfaces impl- 3.3.3, Richfaces ui - 3.3.3 , in order to solve the issues I've been getting while migrating from IE 8 to IE 11. After these jars were added, I've been getting issues with the reRender.

Scenario is, a selectonemenu change event triggers is supposed to render another a4j outputPanel panel. But this only happens after a refresh(pressing F5).

Without these jars, my project seems to be working fine, except the IE 11 compatibility issues.

Ramdas Nair
  • 278
  • 1
  • 3
  • 10

1 Answers1

1

RichFaces 3 does not support IE9 (refer here for more details). And likely does not support IE10+.

You can test it out on demo environment. If it does not work your options are to upgrade JSF/RF or add IE compatibility headers.

Community
  • 1
  • 1
Andrey
  • 6,526
  • 3
  • 39
  • 58