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