Posts tagged as "a4j:jsfunction"
n/a
A4j:jsFunction on page load
Problem You need to send some data to the server on page access. One way to do this is by calling an a4j:jsFunction with the appropriate parameters. The problem is that you have to call this function after the page has fully loaded. Solution Use the jQuery(document).ready for this. If you call the function too [...]