<f:facet name="content">
<t:panelGrid columns="1">
<t:outputText value="content" />
<t:outputText value="row 1" />
<t:outputText value="row 2" />
<t:commandLink action=""
<t:commandButton value="confirm" />
</t:commandLink>
<jp:closePopupBox>
<t:outputText value="close" />
</jp:closePopupBox>
</t:panelGrid>
</f:facet>
2006/3/2, Cedric Legallo <
[EMAIL PROTECTED]>:
jsp code (nested a panelTab tag) :
<jp:popupBox center="true">
<f:facet name="button">
<t:outputtext value="click here" />
</f:facet>
<f:facet name="content">
<t:panelGrid columns="1">
<t:outputText value="content" />
<t:outputText value="row 1" />
<t:outputText value="row 2" />
<t:commandLink action="" menuAction.quitEdit}" value="Confirm" />
<jp:closePopupBox>
<t:outputText value="close" />
</jp:closePopupBox>
</t:panelGrid>
</f:facet>
</jp:popupBox>
--
Le Gallo Cédric

