I have my Primefaces lightBox set up like this:
<p:lightBox>
<h:outputLink value='#'>
KLICK
<h:outputLink>
<f:facet name="inline">
TWO ELEMENTS SHOULD GO HERE
</f:facet>
</p:lightBox>
I tried but even if both panel have the attribute “rendered=’true'” only the latter one shows up.
Facets can have only one child component. Wrap them in a
<h:panelGroup>.