【发布时间】:2012-06-15 11:00:02
【问题描述】:
在我的应用程序中,我有以下<h:outputLink> 和<p:commandButton> 的组合:
<h:outputLink target="_blank" value="theURL">
<p:commandButton value="Click" type="button" />
</h:outputLink>
以上按钮在 Chrome 和 Firefox 中正常工作。但是,当我使用 IE 时,单击按钮时没有任何反应。
如果您能给我任何建议,我将不胜感激。
【问题讨论】:
-
你检查生成的HTML代码了吗?
标签: html internet-explorer button jsf-2 primefaces