What is the preferred method of generating HTML back to a JSP page from a
bean? I was thinking about possibly returning a String array containing
lines to be outputted and having JSP code loop and print. My scenario would
be a bean that executes an SQL query and generates and HTML table with the
results. I am very new to JSP so if I need prodding in a different
direction, by all means prod! :) Regards

John P

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to