I am wondering how should I call a bean method after page loading. I tried something like this but it did not actually work:
<p:remoteCommand name="autoRun"
action="#{enbBean.getFakeEndListForTesting()}"
autoRun="true" update="enbTable"/>