Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by glwinsor

  1. glwinsor

    How to view multiple database records over several pages?

    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...

Part and Inventory Search

Back
Top