<set-property> element

Appears in: <bean>

Allows a property of a helper bean to be set to an OGNL expression (evaluated on the containing component or page).

Figure B.29. <set-property> Attributes

NameTypeRequired ?Default ValueDescription
namestringyes The name of the helper bean property to set.
expressionstringyes The OGNL expression used to set the property.