> How can I access value for specific key from JSTL
>
> <c:out value="${myhashmap??????}"></c:out>
>
> Or is it better way to store these values. I rule out having each
> value as a different variable since I'll have 52*3 different
> variables
You can just do:
${myhashmap.mykey}
- Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

