Don't use different vectors for any of the column. If you need to pass to the table values from a resultset the easiest way is to use beanutils RowSetDynaClasses: you can simply create a RowSetDynaClass which wraps your resultset using RowSetDynaClass rsdc = new RowSetDynaClass(resultset); And pass it to the display:table tag. See http://jakarta.apache.org/commons/beanutils/api/org/apache/commons/beanutils/RowSetDynaClass.html for details.
fabrizio -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bobby Sent: Saturday, November 08, 2003 11:54 AM To: [EMAIL PROTECTED] Subject: [displaytag-user] Need ur help hello, I have a query which returns a resultset in jsp. particular query returns 7 columns. Iam taking the result values in�7 different vectors. How to show show the 7 coulmns using your display tag with pagination & export.?? � regards bobby ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

