ajax - refresh value of a link on every page refresh/page visit - JSF -


the link text should refreshed on every page visit or every page refresh.

<h:link id="lnkmessagecount" value="message count #{messageto.displaymesasgeto}" outcome="messagepage"/> 

can prerender event used call backing method returns message count.

or can use viewaction messagecount displayed on link.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -