I want to call an JSF Action after the website has been fully loaded?
it tried something like
<h:body onload="#{service.getMessage()}">
but in this case the method is executed before the page is visible to the user
Any ideas?
I want to call an JSF Action after the website has been fully loaded?
it tried something like
<h:body onload="#{service.getMessage()}">
but in this case the method is executed before the page is visible to the user
Any ideas?