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 out 
how to make the key a variable.

Thanks,
Karl

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

Reply via email to