Hi everybody!! I tried to implement a stateful session bean. Included setter and getter methods in it. in the first jsp, i 'll set the values, get them using the getter methods and display them. its fine there. but in the next jsp, when i create another instance of the bean(get the home and call home.create() to get the remote) and tried to get the values using getter methods its returning null. is that b'cos we are creating another instance of the bean?? if this is the case, then what's the diff b/w stateful and stateless?? can anybody explain this? and the funda behind ejbPassivate method... Thanking you all, Prabha!! =========================================================================== 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://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
