Hi,
I think I remember this error... I think in "AccountServlet.java" - just try changing
String[] records=(String[]) data.get("userid");
to
String[] records=(String[]) data.get(userid);
ie. no quotes around "userid"
There should be errata posted for Deshmukh book too. Just search the web.
Thanks,
Jayanthi.