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

时间:2015-07-02 11:58:54

标签: primefaces http-post lightbox

我有一个打开iframe的primefaces灯箱,其中包含一个外部网址。我可以将帖子参数发送到此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>

0 个答案:

没有答案