for any condition check in JSF, what make difference between "true"
and #{true}
.
How this effect jsf condition.
for any condition check in JSF, what make difference between "true"
and #{true}
.
How this effect jsf condition.
It doesn't in JSF, but there are parts of other (poorly written) JSF-based layers like RichFaces that will understand "#{true}"
but not "true"
. See here for an example.