I have below code:
The problem is in the value of actionListener
's binding
attribute - it should point to an object implementing the ActionListener
interface - not a method call as is in your case.
From the JSF spec:
Value binding expression that evaluates to an object that implements javax.faces.event.ActionListener.