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 |
List some ajax attributes.
Compare the jsf and spring framework.
Can we have a jsf application without faces-config.xml?
What is f:validaterequired tag in jsf (javaserver faces)?
how JSF is different from conventional JSP?
What are different JSF Converter tags?
What is the JSP tag?
What is f:converter tag in jsf (javaserver faces)?
What are standard JSF tag libraries?
List some advantages of facelets.
Explain @RequestScoped annotations?
Explain the jsf architecture.