I'm using this expression on my template.xhtml
<h:outputText value="Conversation [#{javax.enterprise.context.conversation.id}]"/>
But when I execute the code the output is always
Conversation [].
Why is no rendering the returning value for this expression?
I'm using NetBeans 8, Glassfish 4.1, JSF 2.2 (Mojarra) on Windows 8.1