What are the different types of JSF events?
Answer / Prandeep Kaur
"JSF supports several event types: 1. ActionEvent - triggered by command components, 2. ValueChangeEvent - triggered when a value-holding component's value changes, and 3. PhaseEvent - generic event that is fired during each phase of the JSF life cycle."
| Is This Answer Correct ? | 0 Yes | 0 No |
What different jsf tags are used for conversion?
Explain @SessionScoped annotations?
What does the @managedproperty annotation mean?
Explain the differences between a managed bean and backing bean in jsf?
How does the execution phase work in jsf (javaserver faces) life cycle?
Explain the difference between the attributes immediate and rendered?
What does ajax stand for?
What is h: output text tag in jsf?
How to declare the message beans in the faces –config.xml file?
What is view object?
Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.
Explain what is the JSF architecture?