hi u missed the closing " in the import statement...it shd be
<%@ page import="java.lang.*" %>
try it
manish

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Sebastian Cremers
Sent: Thursday, January 18, 2001 2:50 PM
To: [EMAIL PROTECTED]
Subject: ERROR: 500


hi,

I have the following code in my jsp page (test2.jsp):

<%@ page import="java.lang.*%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
        <title>Untitled</title>
</head>
<body>
<a href="ordner.jsp">GO!</a>
</body>
</html>

when I call the page, I get the following error:

"org.apache.jasper.compiler.ParseException: C:\test2.jsp(4,24) Attribute -
has no value"


I have absolutely no clue what to do now. Can someone help?

regards,

sebastian



move3d interactive media GmbH
Sebastian Cremers
Heinersdorfer Str. 4-6
13086 Berlin

+49 30 4790 840 -45 (fon)
+49 30 4790 840 -99 (fax)
[EMAIL PROTECTED]
www.move3d.com

we think. we dream. we know.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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