Re: Print value of a map

2006-10-01 Thread Antonis Lebesis
You can also try: Antonis On 10/1/06, Paul Benedict <[EMAIL PROTECTED]> wrote: Yes, JSTL provides a way: 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:

Re: Print value of a map

2006-10-01 Thread Paul Benedict
Yes, JSTL provides a way: 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 t