Question: Explain the two approaches to handling events in JSF.
Explain the two approaches to handling events in JSF.
Step by Step Solution
3.42 Rating (158 Votes )
There are 3 Steps involved in it
Events can be handled in two ways in JSF Method binding Implementing the interface Method Binding Pass the name of the managed bean method in actionListener value change listener attribute of UI Component There are two steps Define a method Using this defined method 1 Define a method public void update1ActionEvent e Data SolutionInn 2 Use above method 2 Implementing the interface Implement ... View full answer
Get step-by-step solutions from verified subject matter experts
