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

How to group boxplot outliers in gnuplot -

cakephp - simple blog with croogo -