DEVFYI - Developer Resource - FYI

What is value-binding expression

J2EE Interview Questions and Answers (Part 2)


(Continued from previous question...)

314. What is value-binding expression

A JavaServer Faces EL expression that refers to a property of a backing bean. A component tag uses this expression to bind the associated component's value or the component instance to the bean property. If the component tag refers to the property via its value attribute, then the component's value is bound to the property. If the component tag refers to the property via its binding attribute then the component itself is bound to the property.

(Continued on next question...)

Other Interview Questions