Hi,
I have an object of type List<List<
String>> on
JSP. This object has 3-5 List<String> objects. I want to iterate List<List<String>> object using <c:forEach> and assign the List<String>>objects to variables using <c:set>. How can I achieve this?
Thanks in advance
Ankit