Tuesday, April 15, 2008

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.

0 comments: