> Hi! > > Can I show content from java.sql.Resultset? > > Regards, > Sergey
Not at this time, but if you convert your ResultSet to an ArrayList of beans, it will work fine. It's a better practice (IMO) to not send your ResultSets to JSPs, then you'll have to close them in your JSPs as well - yuck. Matt ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

