As can be seen in the line below, I'm using a ternary condition on my screen:
<h:outputText value="#{naturemb.nature.id == null} ? #{msg['cadastrando.nature']} : #{msg['atualizando.nature']}"/>
But on the screen, in addition to the text, they show the '?' and ':' as can be seen in the image:
How can I resolve this?