All,

When it comes to presenting data in the presentation layer, what are the
"best practices"?  Common operations like populating a select list and a
table are frequent in form-heavy applications and I'm wondering what the
best ways are?

Usually the source of a select list or table is a query result which I then
map to an ArrayList.  From there, I use a tag extension to iterate through
the ArrayList.  Is this optimal?  What other methods have been used to
success?

Aaron O'Hara

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

Reply via email to