I try to print out some text
<h:outputText value="The template is ${user}/${age}"/>
But the output is like this
The template is /
${user} and ${age} were evaulated...
I tried using
${user}
But they still get evaulated.
I try to print out some text
<h:outputText value="The template is ${user}/${age}"/>
But the output is like this
The template is /
${user} and ${age} were evaulated...
I tried using
${user}
But they still get evaulated.