Hi Volker,

Well, I changed it back to "fixed" and set the height & width explicitly
in the box which holds the sheet (I don't think the sheet supports
height&width directly). This also works and I'm able to change the sheet
size by varying the box dimensions. But....
Setting the width to "800px" doesn't set it to 800 pixels (more like
500)....
Confusing...

Px != Pixels ?

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
> 

Reply via email to