The LavelValue bean does not extend java.util.Map, so it has no lookup function. If you want to be able to lookup the value from the key, use HashMap, or Treemap if you want the map to be in order by key. Use the key for the value and the value for the label.
In your regular
JSP, you can represent it like this:
Then in the printable version you can write:
<c:out value="${ssapcontractType[id_typ_cntr]}" />
[ July 09, 2006: Message edited by: Merrill Higginson ]