Yes, JSTL provides a way:
<c:out value="${requestScope[var1][var2]}" />
Where var1 is the name of the bean inside the requestScope (or
sessionScope), and then var2 is the lookup of the bean. The [] notation
works with any collection.
chamal desilva wrote:
Hi,
Is there a Struts tag to search and print a value of a
map
for example a tag like this
<c:mapvalue mapname='mymap' key='mykey'/>
where mapname is the name of map in session or request
and key is the key in map to be found.
Thanking You,
Chamal.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]