You might consider this:
http://jakarta.apache.org/commons/dbutils/ It provides some convenient classes and methods to simplify binding ResultSet to Collection. Chris. > Frank <farocco <at> verizon.net> writes: > >> I am doing a query that returns a ResultSet. >> I want to return this to the tapestry:contrib table. > > Load the records into say a List and bind the "source" parameter > of the table to that List. Check the doc on the Table component. > There is also a detailed example in my book. > > -- > Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT) > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
