Hi Zied,

i didn't know the ui:include (i know its facelets but thats all :-))
can you try to replace the
ui:include with the content of /contract/taskTable.xhtml to see what
happens then?

If the ui:include creates a UIComponent there may be a problem in tobago.

can you post the  /contract/taskTable.xhtml (you may remove the sheets
inner content, which is nor relevant here).


Regards,
    Volker



2007/12/19, Zied Hamdi <[EMAIL PROTECTED]>:
> Hi island people :-)
>
> I have some trouble understanding how layouting works: (you can see the
> trouble in images (attached)).
>
> All the scrollbars you see result from the following simple snippet : (the
> orange background can even be removed: I tried to remove the outer scroll by
> enforcing the box to be smaller)
>
>
>                   < tc:tabGroup>
>
>
>
>                          < tc:tab label ="#{i18n.planning}" >
>
>                               < f:facet name ="layout" >
>
>                                     < tc:gridLayout rows
> ="160px" />
>
>                               </ f:facet>
>
>
>
>                               < tc:box id ="taskTablePanel" >
>
>                                     < f:facet name
> ="toolBar" >
>
>                                           < tc:toolBar>
>
>                                                 <
> tc:toolBarCommand
>
>                                                       image
> ="image/new.GIF"
>
>
> action ="#{contractCtrl.newTaskCmd}"
>
>                                                      tip=
> "|nouvelle tache">
>
>                                                </
> tc:toolBarCommand>
>
>                                           </ tc:toolBar>
>
>                                     </ f:facet>
>
>                                     < f:facet name
> ="layout" >
>
>                                           < tc:gridLayout
> rows ="130px" />
>
>                                     </ f:facet>
>
>
>
>                                     < ui:include src
> ="/contract/taskTable.xhtml" />
>
>
>
>                               </tc:box >
>
>                         </tc:tab>
>
> In my include I have directly a tc:sheet. I've also attempted to use
> pagingLength="3" to have the table max size smaller, the table continues to
> show more than 3 rows at a time.
> Can you please send me to a doc where i can have a better understanding of
> how sizes are computed?
>
>
> Regards,
> Zied
>


-- 
inexso - information exchange solutions GmbH
Bismarckstraße 13      | 26122 Oldenburg
Tel.: +49 441 4082 356 |
FAX:  +49 441 4082 355 | www.inexso.de

Reply via email to