I have got a xhtml page and there are some labels on it. I am trying to do some labels to be visible according to combobox item selection. These values are at a .txt file. My xhtml is like this:
<h:outputText rendered="#{myBean.student == '#{properties.grade}'}" value="100"/>
But I got Syntax error in EL at my xhtml. How can I render a value from properties.txt file?