> I am getting NullPointerException in this line Hashtable userList = (Hashtable) servlet.getServletContext().getAttribute("userList");

As suggested by others the last time you asked this question, first try to determine whether it's the the servlet, servletContext or HashTable that's null.
HINT: Where did you get 'servlet' from in the sessionDestroyed() method?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to