I am trying to invoke a bean action on page load, bean is registered in session scope.
I have accomplish this with js like this:- document.getElementById('form1:show_data').click();
I know it can be done alternatively by calling the action in bean constructor, but in session scope the action is called only once. is there any other of doing this in JSF 1.