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.
<f:facet name="header"/>while I was usingp:dialog. Are you explicitly setting therendered="true"for both methods or you are getting that value from a backing bean method? – akoskm Oct 20 '12 at 20:30