1
我正在使用Bootsfaces 1.0.2和JSF 2.2。如果我想让navBar组件上的brandHref在新选项卡上打开,我该如何实现?在HTML中,我可以使用target = _blank,但是我怎样才能对JSF中的navBar组件做同样的事情?我唯一的选择使用JavaScript?Bootsfaces navbar在新选项卡中打开品牌URL
<b:navBar
brand="Brand"
brandHref="http://www.google.com" inverse="false" position="bottom"
sticky="false">
</b:navBar>
谢谢@Stephan。我在这里打开了这个问题:https://github.com/TheCoder4eu/BootsFaces-OSP/issues/728 – Erick