I am using Bootsfaces 1.0.2 and JSF 2.2. If I wanted for the brandHref on the navBar component to open on a new tab, how could I accomplish this? In HTML I can use target=_blank but how would I be able to do the same with the navBar component in JSF? Is my only option using JavaScript?
<b:navBar
brand="Brand"
brandHref="http://www.google.com" inverse="false" position="bottom"
sticky="false">
</b:navBar>