Hi,
I am new to struts and JSP and am working on an application that accesses a database and returns multiple records as DTOs (class name "Annotation")into an ArrayList.
Within my Action class:
ArrayList resultList=new ArrayList();
resultList= dataAccessObject.getRecords(); // returns an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.