0

for any condition check in JSF, what make difference between "true" and #{true}.

How this effect jsf condition.

Jubin Patel
  • 1,959
  • 19
  • 38

1 Answers1

2

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.

user207421
  • 305,947
  • 44
  • 307
  • 483