私のアプリケーションでは、との次の組み合わせが<h:outputLink>
あり<p:commandButton>
ます。
<h:outputLink target="_blank" value="theURL">
<p:commandButton value="Click" type="button" />
</h:outputLink>
上記のボタンは、ChromeとFirefoxで正常に機能します。ただし、IEを使用している場合、ボタンをクリックしても何も起こりません。
何かアドバイスをいただければ幸いです。