I am learning JSF and confused about these two attributes. What difference does it make if I use:
<h:inputText value="#{myBean.myProperty}/>"
instead of using:
<h:inputText binding="#{myBean.myProperty}/>"
From the tag library API: