I have inherited a JSF application. The application is using MyFaces
and Facelets. I discovered a page that contains a series of
expressions using "${" instead of "#{"
Everything I have read says that ${ is not used in JSF, but these are
being evaluated correctly.
Can anyone tell me where the ${ ... } is being resolved?
Thanks
Michael

