I have Vector of Hashtables and each hash table has two elements with keys 'key1' and 'key2'.
Now in the jsp page i have to iterate those vector and print those values in the hash table using jstl tag c:forEach
Could anybody helps how to do that using c:forEach