jsf - f:ajax cannot work properly in h:command link -


in jsf application, there problem in glassfish 4:

<h:commandlink  actionlistener="#{controller.changevalue}">         <f:ajax render=":content" />         <h:outputtext value="submit"/> </h:commandlink> 

the above code cannot render link, it's working fine in glassfish 3. mojarra 2.2.7 library in glassfish 4 problem?


Comments

Popular posts from this blog

tcpdump - How to check if server received packet (acknowledged) -