How does el search for an attribute?



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

Post New Answer

More JSP Interview Questions

What are the standard actions available in jsp?

1 Answers  


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.

1 Answers   Tech Mahindra,


What is welcome file list?

1 Answers  


What is pagecontext jsp?

1 Answers  


What is el?

1 Answers  


What is called jsp directive?

1 Answers  


How we can include the result of another page in jsp?

1 Answers  


What is attribute in jsp?

1 Answers  


How to delete a cookie in jsp?

1 Answers  


Is jsp platform dependent?

1 Answers  


What is context in web application?

1 Answers  


What is the jsp:plugin action ?

1 Answers  


Categories