我正在使用 Bootsfaces 1.0.2 和 JSF 2.2。如果我想让 navBar 组件上的 brandHref 在新选项卡上打开,我该怎么做?在 HTML 中,我可以使用 target=_blank,但我如何能够对 JSF 中的 navBar 组件做同样的事情?使用 JavaScript 是我唯一的选择吗?
<b:navBar
brand="Brand"
brandHref="http://www.google.com" inverse="false" position="bottom"
sticky="false">
</b:navBar>