Mention two ways of binding supported by JSF?



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

Post New Answer

More Java Server Faces (JSF) Interview Questions

What do you mean by bean scope?

1 Answers  


What is the standard jsf tag library?

1 Answers  


What are facelet jsf tags?

1 Answers  


List the benefits of Expression Language?

1 Answers  


Can we integrate jsf with other popular frameworks like spring, hibernate, etc.?

1 Answers  


What is javaserver faces expression language?

1 Answers  


How can we obtain the generated event?

1 Answers  


What is the purpose of the facelets tag?

1 Answers  


How to access js (javascript) file in jsf (javaserver faces) application?

1 Answers  


What tags for validation exist in jsf?

1 Answers  


What are the benefits of jsf (javaserver faces)?

1 Answers  


What does @applicationscoped annotation indicate?

1 Answers  


Categories