Hi,

I have a map/hashtable like:
{
  blue => sky
  green => frog
  red => ball
  yellow => sun
}

I understand that using the <c:forEach> tag I
can iterate through the collection and access
every element with key and value.

But how can I directly access the value of an
entry if I know the key?

I tried something like MyMap.green, but this
seems not to be the way to do this, isnt?

Can someone help me newbie?

Thanks!


_________________________________________________________________
Mit MSN Fotos k�nnen Sie kinderleicht Ihre Fotos ausdrucken und Freunden zur 
Verf�gung stellen: http://photos.msn.de


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

Reply via email to