Dynamic Map Access

2005-02-11 Thread Karl Coleman
I have a Map that contains keys of mime types and the values are more understandable String. What I want to do is on a JSP dynamically look up the key within an iteration. I know I can access map value by hard coding it such as ${mimeTypes[application/msword]}, but I am having problems figuring

RE: Dynamic Map Access

2005-02-11 Thread Karl Coleman
Nevermind. I fell like a complete idiot. I just figured it out. Karl -Original Message- From: Karl Coleman Sent: Friday, February 11, 2005 2:54 PM To: Tag Libraries Users List Subject: Dynamic Map Access I have a Map that contains keys of mime types and the values are more