Is the SQL tags (in JSTL) performance acceptable? I'm populating tables and was wondering if it would be better to read the data in "normal" Java code and then populate the table with
<td><%= row.getItem1() %></td> <td><%= row.getItem2() %></td> etc. I'm not too worried about trying to keep java code out of jsp's, I really want the fastest solution if it can make a significant difference. __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
