Hi, I did that, and I deleted the cache too, but now it can not see the
bean.
Thanks
>From: Daryani Santosh <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: 500 Internal Server Error ???
>Date: Fri, 22 Sep 2000 16:31:41 -0400
>
>You are probably missing a .*
>Try replacing this <%@ page import="myproject.beans" errorPage="error.jsp"
>%>
>With <%@ page import="myproject.beans.*" errorPage="error.jsp" %>
>
>
>Santosh
>
>
>
>
>
>sufi malak <[EMAIL PROTECTED]> on 09/22/2000 04:03:55 PM
>
>Please respond to A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>
>To: [EMAIL PROTECTED]
>cc: (bcc: Santosh Daryani/IT/Aon Consulting)
>
>Subject: 500 Internal Server Error ???
>
>
>
>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
>
>===========================================================================
>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
_________________________________________________________________________
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