> <%
> Foo f =(Foo)application.getAttribute("fooObject");
> %>
> That caused error 500, saying that Foo class can't be accesed from
> generated jsp servlet class.
<%@ page import="com.levina.Foo" %>
You need to import the class before you use it...
_3
M
===========================================================================
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