> > <jsp:forward ... />
> > <jsp:useBean ... />
Perhaps this has nothing do do with jsp:forward -- maybe the server's having
trouble instantiating your bean class. When the jsp:forward comes first in
the file, the jsp:usebean never gets executed so you don't get the class
cast exception. Have you tried the jsp:usebean all by itself?
_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