How can we obtain the generated event?
Answer / Phurba Bhutia
"Events generated by JSF components can be obtained using Event Objects such as ActionEvent, ValueChangeEvent, and PhaseEvent. These events are passed through the component tree and can be caught by listener methods annotated with @EventListener or in the managed bean. "
| Is This Answer Correct ? | 0 Yes | 0 No |
What is javaserver faces expression language?
Explain @SessionScoped annotations?
Explain some of the attributes of <h:form> tag?
What are the requirements for using integrated jsf using jdbc?
How to access css (cascading style sheets) file in jsf (javaserver faces) application?
How to refer bean method in jsf (javaserver faces)?
How different components are rendered in JSF page?
How can you call multiple listeners in jsf?
What is the significance of selectOne menu tag in JSF?
Explain value expression and method expressions in jsf?
What is jsf (javaserver faces)?
What is f:validatelongrange tag in jsf (javaserver faces)?