
Can you explain jsp page life cycle what is el how does el search for an attribute

Please visit the following links:
http://www.roseindia.net/jsp/simple-jsp-example/LifeCycleOfJspPage.shtml
http://roseindia.net/jsp/simple-jsp-example/expressionLanguage.shtml

EL parser searches the attribute in following order:
Page
Request
Session (if it exists)
Application
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.