Primefaces Lightbox-将post参数发送到外部iframe

Primefaces Lightbox-将post参数发送到外部iframe,primefaces,http-post,lightbox,Primefaces,Http Post,Lightbox,我有一个primefaces灯箱,它打开一个包含外部url的iframe。我可以将post参数发送到此iframe吗 我目前的代码是: <p:lightBox iframe="true"> <h:outputLink value="http://externalURL.com/page.jsf" title="Primefaces Lightbox"> <h:outputText value="Primefaces Lightbox">

我有一个primefaces灯箱,它打开一个包含外部url的iframe。我可以将post参数发送到此iframe吗

我目前的代码是:

<p:lightBox iframe="true">
    <h:outputLink value="http://externalURL.com/page.jsf" title="Primefaces Lightbox">
        <h:outputText value="Primefaces Lightbox"></h:outputText>
    </h:outputLink>
</p:lightBox>