a4j support : reRender not working in IE10
1000316Apr 2 2013 — edited Apr 2 2013Hi,
We use JSF and a4j in our project. We have got code as below. But, the reRender doesn't work in IE 10 browser. While accessing the application using IE 10 browser, ot able to render the div with the id, 'designDirectorId'. Could anyone help please?
<a4j:support event="onchange" ajaxSingle="true" immediate="true" actionListener="{applicationRequestHandler.regionChangeListner}"
reRender="designDirectorId" />
Thanks in advance,
Venkat