Hi Volker, Oops - stupid me - Screen resolution not what I thought.... Ever want to retract an ignorant post - sorry. Thanks for your help.
John -----Original Message----- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 11:36 AM To: MyFaces Discussion Subject: Re: SOLVED - Tobago sheet using jdbc ResultSet example request Hi John, layout 'fixed' means, on most non panel components, a, theme dependend, fix defined pixel size. but not all components has this already defined. seems like sheet havend, but what height/width should be default for sheet? BTW if your box only contains a single component (the sheet in this case) you can, and should, ommit the layout. Regards, Volker John wrote: > The problem was indeed that the rows were in the sheet, but the layout > prevented them from being seen. > I changed the facet on the panel: > FROM > > <f:facet name="layout"> > <t:gridLayout rows="fixed"/> > </f:facet> > > TO > > <f:facet name="layout"> > <t:gridLayout rows="1*"/> > </f:facet> > > > Now it works fine! > Thanks to all who helped. > > John >

