session.put(new Integer(intValue)); session.put(String.valueOf(intValue));
Regards Ramesh Kesavanarayanan [EMAIL PROTECTED] Off: 91-44-8113801 ext 2333 Res:91-44-2265360 Mob : 91-98412-73573 > -----Original Message----- > From: Gading [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, May 18, 2002 11:36 AM > To: [EMAIL PROTECTED] > Subject: Store int to session > > Hi, > Is it possible to store int to session? I'm trying to store int but it can > not covert int object. > Explicit casting also did not work. > Tks. > > ========================================================================== > = > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
