I'm not understanding how <h:dataTable value="#{ManagedBean.all}" /h:dataTable>
results in a function within the ManagedBean
class getAll()
being called.
I understand that <h:form binding="#{ManagedBean.form}" /h:form>
calls the constructor of the ManagedBean
but not sure how the example above calls a seeming unrelated function.