> Have a look at these two lines:
> ----------------------------------------
> <entity name="feature" query="select description from feature where
> item_id='${item.ID}'">
>                <field name="features" column="description" />
> ----------------------------------------
>
> If there is more than one description per item_ID, does the features-field
> gets multiple values if it is defined as multiValued=true?
Correct.

Reply via email to