I put my key and value pair in a Hashtable in session.How to get the key and vlaue seperetely in JSP.My code is
<logic

resent name="category">
<logic:iterate id="id1" name="category" scope="session">
<html-el

ption value="${id1}"><bean:write name="id1" property="value" /></html-el

ption>
</logic:iterate>
</logic

resent>
Is it right or wrong please tell me?