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 |
Give a list of facelet tags.
What is the significance of name and eager attributes in managed bean?
What are user interface components in jsf (javaserver faces)?
How to access web.xml init parameters from JSP page?
What is the standard jsf tag library?
What are required configurations for JSF framework?
What are tags in jsf?
What is the minimum configuration required for a jsf application?
Explain the purpose of the <h: form> tag.
Compare the jsf and spring framework.
Define jsf?
What is h:inputhidden tag in jsf (javaserver faces)?