Which methodology is JSF using to access HashMap values in the view? I know the way to get HashMap value by using the EL Expression #{bean.map.key}, but I am curious as to how it works under the covers.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
This is not part of JSF. This is part of EL. EL has some default resolvers. One of them is the |
|||||||
|