View Single Post
  #2 (permalink)  
Old 08-07-2007, 12:10 AM
Jack Jack is offline
Senior Member
 
Join Date: Jun 2007
Posts: 130
Jack is on a distinguished road
get/setValue of the HttpSession interface have been deprecated. Try using setAttribute(String, Object) and getAttribute(String)
Reply With Quote