I have a backend service which is returning me an Info
object. This Info
object has a list of FolderGroup
objects which in turn has list of FolderGroup
objects and so on.
Basically it is to represent folders and subfolders. But in my JSP page, I would not know till what depth it is present for me to iterate. How can this be handled with JSTL?