Binding attribute

Can somebody please explain me the significance of binding property.Please illustrate with an example
[108 byte] By [Gagan_Sabharwala] at [2007-11-27 9:44:01]
# 1
With the binding attribute you can create a object reference to the whole JSF component in the backing bean.This article may give you some new insights: http://balusc.xs4all.nl/srv/dev-jep-djl.html
BalusCa at 2007-7-12 23:50:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

u can process that component at server side by using binding attribute,

each html tag componet is bind to only its class type in backing bean,

so u can process that component at server side using the instance mentods.

Ex :Setting visibility of a component when user performs some operation

veerjaa at 2007-7-12 23:50:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...