Hi all, I have a fairly trivial problem but cant seem to figure out a good solution. I am writing a very simple jsp page which searches a database. I want to utilize beans to represent the objects returned (as some sort of collection) to simplify the display. What would be the easiest way to implement this. I have come up with a number of potential solutions but they overcomplicate the issue. If I can represent the result as a collection of beans, I can more effectively use the tag libraries I have at my disposal. I assume their is a fairly simple way to allow a page to use a collection of bean objects or am I way off base? Thanks in advance, J =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
