Hi,
I have a Hashtable in the Action class and I did a request.setAttribute("hashtable",ht);
In my target jsp page, I need to iterate through the key-value pairs in the Hashtable and populate a drop downbox. Can the <logic:iterate> tag to do this? I really have no idea how can this be achieved. Please help...
Thanks
I have a Hashtable in the Action class and I did a request.setAttribute("hashtable",ht);
In my target jsp page, I need to iterate through the key-value pairs in the Hashtable and populate a drop downbox. Can the <logic:iterate> tag to do this? I really have no idea how can this be achieved. Please help...
Thanks