I'm working with PrimeFaces 5.3. I have the next f:selectItem in a p:selectOneButton
<f:selectItem itemEscaped="false" itemLabel="<i class="fa fa-fort-awesome"></i>" itemValue="0" />
It shows directly this html code:
<i class="fa fa-fort-awesome"></i>
instead shows the font awesome icon.
Any idea or suggestion?