Can two ArrayLists be used on a single JSP?
Hello All,
I am facing a problem in displaying data on JSP.
The scenario is as follows:
I m retrieving some data to display from one DTO and some data from another DTO and adding them to an ArrayList. now the main problem arise whn I have to return two arraylists on a single JSP.
How I can use two ArrayLists for two DTOs to display data on a JSP.
I hope u got my problem.
Regards
Simmy K.

