> 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.
- Short Question: Fills this entity multiValued Fields (DIH)? MitchK
- Re: Short Question: Fills this entity multiValued Fields... Alexey Serba