View Single Post
  #45 (permalink)  
Old 04-09-2008, 02:51 PM
lema lema is offline
Member
 
Join Date: Apr 2008
Posts: 38
lema is on a distinguished road
i don't have any other servlet, there is only LoginServlet (in my application it is SmsDeliveryServiceImpl).

when i put HttpServlet instead of RemoteServiceServlet it shows errors on
this.getThreadLocalRequest().getSession(true).setAttribute("user", smdUser);
Reply With Quote