<property> element

Appears in: many

The <property> element is used to store meta-data about some other element (it is contained within). Tapestry ignores this meta-data Any number of name/value pairs may be stored. The value is provided with the value attribute, or the character data for the <property> element.

Figure C.26. <property> Attributes

NameTypeRequired ?Default ValueDescription
namestringyes The name of the property.
valuestringno The value for the property. If omitted, the value is taken from the character data (the text the tag wraps around). If specified, the character data is ignored.