Unlike a value binding, a method binding does not represent an accessor method. Instead, a method binding represents an activation method. For example, binding an event handler to a method
<h:commandButton actionListener=“#{customer.loginActionListener}” />
0 Comments
Please add nice comments or answer ....