0

是否可以在带有 icefaces 的 modalpopup 中显示 pdf 文件。试过这个,但似乎不起作用。我也是icefaces的新手。

                        <ice:panelPopup autoCentre="true" visible="#{popup.visible}" modal="true">
                            <f:facet name="header"/>
                            <f:facet name="body">

                               <OBJECT DATA="/ICEfacesDevelopersGuide.pdf" TYPE="application/pdf" WIDTH="100%" HEIGHT="100%" />
                                <ice:commandButton value="Close" action="#{popup.close}" />
                            </f:facet>
                        </ice:panelPopup>
4

1 回答 1

0

我最终以旧方式使用输出链接和目标属性在新窗口或选项卡上打开它。

于 2012-11-28T12:41:27.673 回答