This content has been marked as final.
Show 1 reply
-
1. Re: Richfaces tag a4j:support ajax call not occuring in firefox 22/safari , but happening in IE8 and Google Chrome 28. Used richfaces-3.2.0.GA
supratim.samanta Jul 31, 2013 10:43 AM (in response to supratim.samanta)I would like to add some this i observed, if I use <a4j:commandLink action="#{
searchBean.clickedLink
}" onclick="setSelectSalesPerson()
"> in the place of <a4j:support> the call to the searchBean.clickedLink() method is occuring. Is firefox not able to identify the event for the ajax call ??