我有一个打开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>