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.

<logic:iterate id="match" name="eventInfo">
            <tr>
<td width="131"><font face="Arial" size="2"><bean:write name="match" property="value"/></font> </td>
            </tr>
       </logic:iterate>

regards,
Pankaj


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

Reply via email to