Re: How o display a hashtable in jsp

2006-06-26 Thread Martin Gainty
quot;'Struts Users Mailing List'" ; <[EMAIL PROTECTED]> Sent: Monday, June 26, 2006 5:38 AM Subject: AW: How o display a hashtable in jsp Hi Pankaj, if you use JSTL you can have a java.util.Map as the collection type you are iterating over. The only trick is that the item you operat

AW: How o display a hashtable in jsp

2006-06-26 Thread Martin Kindler
. Martin > -Ursprüngliche Nachricht- > Von: Tejas Bavishi [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 26. Juni 2006 11:06 > An: 'Struts Users Mailing List' > Betreff: RE: How o display a hashtable in jsp > > > Hi Pankaj > > Not sure if this c

RE: How o display a hashtable in jsp

2006-06-26 Thread nageshkumar.siddu
responding values. Hope that helps Regards Tejas -Original Message- From: Pankaj Gupta [mailto:[EMAIL PROTECTED] Sent: Saturday, June 24, 2006 2:04 PM To: Struts Users Mailing List Subject: How o display a hashtable in jsp Hi, Can you please suggest how can I display key and value(bo

RE: How o display a hashtable in jsp

2006-06-26 Thread Tejas Bavishi
Regards Tejas -Original Message- From: Pankaj Gupta [mailto:[EMAIL PROTECTED] Sent: Saturday, June 24, 2006 2:04 PM To: Struts Users Mailing List Subject: How o display a hashtable in jsp Hi, Can you please suggest how can I display key and value(both) from a hashtable in my jsp

How o display a hashtable in jsp

2006-06-24 Thread Pankaj Gupta
Hi, Can you please suggest how can I display key and value(both) from a hashtable in my jsp. Currently I am using the following approach but it prints only the value and not the key. name="match" property="value"/> regards, Pankaj --