I would like to pass a varible from one jsp page to the other. It is of a userdefined type, and is declared via jsp:useBean. The scope is session. When I get to the second page, and get the value as below: BrowserType browser = (BrowserType)session.getValue("browser"); The value of browser is NULL. Is there anyway to pass a varible from one page to the other. I am using JRUN 2.3.3 and JDK 1.2.2 Thanks. Majid =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html