Mention two ways of binding supported by JSF?
Answer / Mohammad Shavab
"Two common ways of binding in JSF are: 1. Value Binding, where a UIComponent's value is bound to a JavaBean property using the #{bean.property} syntax, and 2. Action Binding, where a method of a JavaBean is bound to an action event using the f:actionListener tag."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is h:commandbutton tag in jsf (javaserver faces)?
What is the use of controller module?
Name some important event handlers.
What do you understand by managed bean in jsf?
Mention two ways of binding supported by JSF?
What is the difference between backing bean and managed bean?
What are the different types of JSF events?
What is the difference between jsp and jsf?
What is cdi application?
Explain @RequestScoped annotations?
Explain @CustomScoped annotations?
What is the minimum configuration required for a jsf application?