Hi all.
I have a tree with a <a4j:commandLink> as leaf.
Once clicked, it seams to not fire the needed rerender.
Works fine on IE9 and other browsers.
It seems like a <h:commandLink> works properely, so there's something wrong with a4j requests. Unfortunately this solution can't be adopted.
Tryed with IEtester, I have an error inside rfRes//org/ajax4jsf/framework.pack.js ("elements null") which is present in IE9 as well but does not undermine the correct behaviour of my application.
I'd need a solution which does not require a full refactoring and/or IE upgrade. Or, at least, better understand why/where the problem is.
Thanks in advance.