Google News
logo
JSF - Interview Questions
What are the different JSF(Java Server Face) events?
The different JSF events existing are Action Events, Value Change Events, and Phase Events. The action events are a kind of handling UI button or click changes in the user interface modules or components. All the types of clicks can be handled in action events. The value change events can be any type of updating the values from UI page such as radio buttons, text fields, dropdowns etc. The Phase events are a kind of events where a triggered will be fired during either the start of the lifecycle phase or at the end of the lifecycle phase.
Advertisement