JSF ajax call do not work properly in Chrome browser -


i working in jsf web application in need refresh specific component on click on jsf component. example : on submit command button want refresh central panel using following code.

<h:commandbutton  value="#{msg['hse.button.submit']}" actionlistener="#{rolebean.add}" update="centercontentpanel1" styleclass="button table-search-popup-btn"> </h:commandbutton> 

this code working fine in mozilla , ie 11 centrecontentpanel1 refreshed not in chrome.

i tried using below command well

<h:commandbutton  value="#{msg['hse.button.submit']}" styleclass="button table-search-popup-btn"> <f:ajax execute="sourceid" render="centercontentpanel1" process="@this" listener="#rolebean.add}" /> </h:commandbutton> 

this code working fine in mozilla , ie11 not in chrome.

can give idea on how achieve same behaviour across browsers jsf2


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -