Hi,
does anyone know what are causing this?
I've replaced the depricated methods getValue and putValue in my
servlet with getAttribute and setAttribute, I don't get any compile errors but when I try to run the servlet I get this back:
javax.servlet.http.HttpSession: method setAttribute(Ljava/lang/String;Ljava/lang/Object

V not found
java.lang.NoSuchMethodError: javax.servlet.http.HttpSession: method setAttribute(Ljava/lang/String;Ljava/lang/Object

V not found at ........
???
what is this?
what is (Ljava/lang/String;Ljava/lang/Object

V supposed to mean?
Does anyone know what can be wrong?
I feel a bit confused right now...
//tina