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 |
Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.
What are two ways to bind jsf supported?
what Ajax is and how JSF is useful for making AJAX call?
What is component rendering model?
What is the significance of @managedproperty annotation?
What are web resources in jsf (javaserver faces)?
How to configure managed bean in the xml file?
What are some of the best practices for jsf application?
What are the three types of text fields tags provided by jsf?
What are immediate and deferred value expressions?
What is resource bundling in jsf?
What are the features of facelets used in jsf?