how to get int value from [session.getAttribute("String")]
807601May 2 2008 — edited May 2 2008i am not able to get int value from the following statiment
int i=session.getAttribute("String");
i also try by casting it into int but it dont work, can somebody help me in this regard