Hello!
I�m new in JSF and I want to use a constant into a jsf tag but I don�t know how to do it. I know in JSTL but not in FSF.
This is what I want:
<h:outputText id="test" value="<%Constantes.DOCUMENT%>"/>
I have tried so many things to use my constant in the value element but I don�t know the way
Thanks.