Dear Sirs,
nesting of a sheet into another on can not work properly. I know why
and i believe the maintainers (who did not reply) also think about the
layout-manager, that will run into trouble.
The effect is, that the inner sheet is not cabable to compute the
available size of the surrounding area. As a consequence of this,
the inner sheet is not beeing shown, but (no kidding) fully operable.
It fetches the data from the associated bean. Unless you do not
assign the surronding panel a height (is deprecated), you will never
see the inner sheet.
(1) My suggestion: Assign a size-managing attribute (for x and y)
for each tags, that allow them to determine their size.
I.e. a table holding 10 lines would not take the whole screen,
so it could expand in y.
Another thing: Tobago is great, it has a couple of wonderful features
i do actually find out. But its success suffers from the poor documentation.
It tooks me 2 weeks unproductive work at a problem, where a solution
does exist, that is not mentioned in the book "MyFACES and Facelets",
that is not a definitive guide but a nive overlook, nor on your page.
It was luck for my, that i found a description to <tc:selectItems>
and what it is goof for in a mailinglist archive.
GroovieMan wrote:
>
> Dear Sirs,
>
> is it possible to nest a <tc:sheet> into the cell of another one,
> like this:
>
> <tc:sheet .... var="innerContainer> >
> <tc:column ...>
> <tc:panel>
> <tc:panel render="...">
>
> <tc:sheet value="#{innerContainer.contents}"
> var="content" >
>
> </tc:sheet>
>
> Thank you
> Groovie
>
--
View this message in context:
http://www.nabble.com/-TOBAGO--Question%3A-Is-it-possible-to-embedd-a-sheet-in-a-sheet-tp20359823p20415753.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.