Say I have a plain old HTML table and I want to get all the data from this table, using a JSP, and send that data off to a class that does database processing. Is it 'normal practice' to define some sort of a collection within the JSP and use that to store all the data from the table. Then, send that collection to a class. Then, that class takes care of parsing the collection and doing the database stuff. Any thoughts on best practices? ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". 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
