Thanks for the explanation , sir ..
But my real problem is , i don`t want to use bean , because i don`t want make one more
java class , which gonna used only once (i.e when user first access it , after that there is no need of it ) . Now, thats mean there is no other way, so that I can access both list simultaneously on JSP page OR i need to use scriptlet <% %> tag (that is java code on JSP , and i also dont prefer that kind of mixing..)
So the bottom line is , i need to used DTO only , thats the ultimate solution , right ??