i would like to use the torqu generated classes for my swing app. so i started to extend JTable to display a Vector of BaseObjects like it is returned by FooPeer.doSelect(). table.getSelectedRow() returned the BaseObject witch can be used e.g. to edit it in a form. works fine for a single db-table. my question: how can i handle joined tables?? should i work with BaseObjects or is it better to use village.Records ?? any hint would be great! thanx martin ps: if it works and anyone is interested i can make it public ;) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
