Ok. My bean is retrieving 2 rows, but they are not being displayed.
In the definition of the tobago sheet, the var definition: It's arbitrary, I'm assuming and doesn't map to any real variables in any beans. Ok. So assuming a var definition of: QuarantineRec Then in the t:outs if I'm using: quarantineRec.SENDER where SENDER is a database column in the returned ResultSet......... Does Tobago automatically know that SENDER is a db column? No data showing in the Tobago sheet. John -----Original Message----- From: Bernd Bohmann [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 1:28 AM To: MyFaces Discussion Subject: Re: Tobago sheet using jdbc ResultSet example request John schrieb: > Thank you very much for the example. > The trick seems to be having a function called 'select' within the > backing bean, which tobago's sheet looks for to return data into the > resultSet which has been provided within the sheet's value. > > Yes? No, the select method is for the detail page. The getSolarObjects() method is for the sheet. The other get methods are for the detail page. Bernd

