Hi, what are the current methods for the Session object to put and get the value? the deprecated methods are session.getValue(String) session.putValue(String,Object)
Karthik Guru
Ranch Hand
Joined: Mar 06, 2001
Posts: 1209
posted
0
Tomcat comes with jsp/servlet docs. it's, void setAttribute(String,Object) Object getAttribute(String) karthik.