Hello,

I have a problem with ui:repeat. If I place it like this:

<tc:panel>
<ui:repeat .... />
</tc:panel>

it works OK, but the layout gets broken (unless in parent I fix enough
space, like 300px).

If I use it like this:

<tc:panel>
<f:facet name="layout">
<tc:gridLayout ... />
</f:facet>
<ui:repeat .... />
</tc:panel>

the ui:repeat doesn't seem to work at all.

Is there any known hack to use ui:repeat and still have layouting available?

regards,
michal

Reply via email to