I currently have a JSP page that displays data when I press my command button below by going to my Java page to display this data. I cannot for the life of me figure out how to change this to an onLoad event or something that will display the data every time the page is refreshed.
<h:commandButton styleClass="buttonLarge" value="Search" action="#{SearchHandler.Search}" />
Thanks for your help!