On 4/27/06, Neuman, Ben J., A&M IRM <[EMAIL PROTECTED]> wrote: > Not sure I understand. Are you referring to the binding of a component's > attribute to a backing bean? Or the binding of the component itself to a > backing bean?
The binding of the component itself to a backing bean using the "binding" attribute. On 4/27/06, Rafael Nami <[EMAIL PROTECTED]> wrote: > Something like this in your backingBean: > > private UIPanel panel; > //gets and sets > > This is usually something that you can do to dynamically create components. > I've never done such thing, but Bruno Aranda posted something about this a > while ago in the mailinglist. Most often it's used to programmically create components, but it can also be used to programmically modify a component.

