If i remember well enough you can create your table model programmatically, so basically define the columns you want at runtime based on what you retrieve from DB.
2006/2/14, Jorge Quiroga <[EMAIL PROTECTED]>: > > Hi Folks: > > I'm trying to put information extracted from a DB into contrib:Table > unsuccessfully, because the query is generated dynamically. The Query > works, and return an ArrayList composed by Object[], each Object[] > represents a row and the output is the pointer not the data inside. The > problem is that I cannot found an example with these characteristics, > always is a List with known number of columns, and known data type. > Someone has an example were I can see how to show results got from a > dynamically generated query or what alternatives I have to show this > information in a Tapestry way, preferably using contrib:Table? > > > Thanks in advance > > Jorge > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
