How does el search for an attribute?
Answer / 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 |
What are the standard actions available in jsp?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
What is welcome file list?
What is pagecontext jsp?
What is el?
What is called jsp directive?
How we can include the result of another page in jsp?
What is attribute in jsp?
How to delete a cookie in jsp?
Is jsp platform dependent?
What is context in web application?
What is the jsp:plugin action ?