The <converter> Element
Purpose
The <converter> element defines a custom converter to be used in the <forms> section.
Attributes
| Name | Type | Description |
|---|---|---|
| id | NMTOKEN | Required - Name of the converter. |
| class | CDATA | Required & dynamic - Fully qualified Java class, which implements the de.odysseus.calyxo.forms.Converter interface. (Examples can be found in the de.odysseus.calyxo.forms.convert package.) |
Body
The body of the <converter> element is defined by the following sequence:
(property*, message?)


