hi
I am using session.putValue("somename","0");

initially i am directing the response to a jsp and there i am using getValue
and it works fine but again when the servlet is invoked then again i do
 session.puValue("somename","0");
and when this is sent  to another JSP then it doesn't work
although if i do
 session.puValue("somename",new String("0")); then it works ...any ideas
why????

Regards
Amar Deep Singh

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to