adspace


How does el search for an attribute?

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


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2307