[EMAIL PROTECTED] wrote:

Hi,

what's the best way to map the values selectable by a user in a selection-list to other values (e.g. in selection-list we have "human-readable" values, we want to map them to "internal" values)?


See my reply to your previous thread; you use the "internal" value as the @value of fd:item, and the "human-readable" value as an fd:label.

<fd:selection-list>
  <fd:item value="MT935">
    <fd:label>Monthly Interest Sales</fd:label>
  </fd:item>
  <fd:item value="MT950MS">
    <fd:label>Money Statement</fd:label>
  </fd:item>
</fd:selection-list>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to