<inherited-binding> element

Appears in: <component>

Binds a parameter of an embedded component to a parameter of its container.

In an instantiated component, bindings can be accessed with the OGNL expression bindings.name.

Figure B.18. <inherited-binding> Attributes

NameTypeRequired ?Default ValueDescription
namestringyes The name of the parameter to bind.
parameter-namestringyes The name of a parameter of the containing component.