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 >

