I created a JSF project and I'm using Bootstrap, and I'm trying to implement buttons in my project and I'm not able to put navigability in them, see below;
so it works;
<li ><a href="/Terezinha.Bandeira" >Inicio</a></li>
so it does not work;
<button type="button" class="btn btn-primary btn-lg" outcome="/Terezinha.Bandeira/" >Inicio</button>
I want to use this guy down here, but I can not;
<button type="button" class="btn btn-primary btn-lg">Large button</button>