Hi,

I got a TreeMap structure in my FormBean. Each key in
the TreeMap has got an ArrayList as its value.

Please let me know how to display the keys as well as
the list of values for each key in the JSP page.

TreeMap map;

ArrayList items = (ArrayList)map.get(key);

The ArrayList "items" now contains a string of
objects.

I need to display the key as well the items in the JSP
page.

Thanks.
 


                
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 

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

Reply via email to