Binding attribute is used to bind your component to a bean property.
What binding is good for is when you have a need to dynamically modify the UI component object tree at a very low level, since the bound method is passed the control's UIComponent object as a parameter.
Wiring helps you to wire the Managed Beans to Pages.. i.e., to share the properties across the applilcation
Hope this helps...!
Leave a Reply
Guest User
Not sure what course is right for you?
Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.
Acouxuth
can anyone describe,what is the Binding and wiring in CAF ??
veena
Binding attribute is used to bind your component to a bean property.
What binding is good for is when you have a need to dynamically modify the UI component object tree at a very low level, since the bound method is passed the control's UIComponent object as a parameter.
Wiring helps you to wire the Managed Beans to Pages.. i.e., to share the properties across the applilcation
Hope this helps...!