posted 13 years ago
our site working fine in ie8,mozilla which is developed using jsf1.2 <a4j:..> commands(ajax tags in jsf).
but when i opened the site in ie9, it is opening but all the actions of buttons which are submitted as ajax calls are not performaing.
ex:<a4j:commandButton value="save" action="#{bean.save}"/>
save action is not performing.
By Ramu