Ce contenu n'est pas disponible dans la langue sélectionnée.
4.38. Value Binding Attributes
The ValueBinder class has the following attributes:
- beanId: The ID under which the created object is to be bound in the bean context.
- data: The data selector for the data value to be bound. (For example,
order/orderid
ororder/header/@date
- dataNS: The namespace for the data selector
- decoder: The DataDecoder name for converting the value from a String into a different type. The DataDecoder can be configured with the decodeParam elements.
- default: The default value for if the selected data is null or an empty string.