OUTPUT
AT SERVER:
SRVE0026E: [Servlet Error]-[/view1.jsp]: javax.servlet.jsp.el.ELException: Unable to find a value for "empID" in object of class "sri.wcd.Person"
using operator "."
AT BROWSER:
ERROR 500.
Originally posted by Atul Sawant:
It is adviced to override init() method but if you are overriding init(ServletConfig) then we need to call super.init(ServletConfig). Why?
Originally posted by Jothi Shankar Kumar Sankararaj:
sergio,
What is the way if I want to get the request url like
<%= pageContext.getRequest().getRequestURI() %> ...How can I do this usinf EL?