How do I add a map onto a list in minilang? I tried the following and instead of my maps, I get N copies of the last map added,

<!-- loop through GenericValues -->
<iterate list-name="requirementsForSupplier" entry-name="req">
  <map-to-map map-name="req" to-map-name="requirement"/>
  <field-to-list field-name="requirement" list-name="requirements"/>
</iterate>
<field-to-result field-name="requirements" 
result-name="requirementsForSupplier"/>

If you have to ask why, I'm doing a union of the GenericValue fields with other data fields so that the form widget that invokes this service can list them all together.

- Leon

Reply via email to