adspace
Answer Posted / Sarvesh Raghuvanshi
EL searches for an attribute by traversing the page context object. If the attribute is a request, session, application or page attribute, it looks up the attribute in the corresponding scope using the attribute name. If the attribute is a property of another object, it calls the getter method (i.e., the method with a name that starts with 'get' and ends with an uppercase letter) to access the attribute.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers