Hi, I have a jsp file called browse.jsp that starts with :
<%@ page import="myproject.beans"
errorPage="error.jsp" %>
<jsp:useBean id="concept" class="ConceptBean"/>
<%
  ConceptBean[] concepts = ConceptBeanrequest.getConceptBeans();
%>

And I have my bean called ConceptBean.class in :
Javawebserver2.0/classes/myproject/beans/

And when I call browse.jsp I get this error :
500 Internal Server Error

Java Server Page Translation Error

Error during compilation :

D:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_myproj\_browse.java:14:
Class myproject.beans not found in import.
import myproject.beans;
       ^
D:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_myproj\_browse.java:19:
'}' expected.
    static char[][] _jspx_html_data = null;
                                           ^
2 errors

Thanks
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

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