(Urgent)Adding int variable in jsp session
Hi,
Can anyone tell me how to make integer variables as session variables?I can pass a string in session.setAttribute("string name", string object ).But I cannot pass an integer value to it.How can I make an integer accessable throughout the JSP pages?Plz help.If u need the details,I can send it.Right now,I cannot confuse u people with all the details.I have tried Integer.parseInt(String).But it returns a null value outside the page.I shall be very thankful to u people.

