Hi all.

I'm trying to get session data back in a scriplet with the following code:

<%
String test = (String) session.getValue("the_statement");
System.out.println(test) ;
%>


There session is definately alive, and i know its something to do with
type, but cant figure
it out. Any help would be great.

I'm using JSP 1.0, VAJ 3.0 Test Env on NT.

Ta,
Neil

===========================================================================
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