LightBox组件弹出窗口显示错误的URL

时间:2013-04-15 09:49:17

标签: jsf primefaces

我有一个灯箱组件,点击一个链接,我想显示一个弹出窗口,其中包含输出墨水的value属性中提到的url。但是窗口打开但没有正确的url。我怎样才能解决这个问题。 我的代码部分是

<p:lightBox iframe="true"> 
    <p:spacer width="70" height="0"/>
    <h:outputLink value="http://www.google.com">  
        <h:outputText value="View full log"/>
    </h:outputLink>
</p:lightBox>

0 个答案:

没有答案