Hi, sorry for the basic question. I'm just new to
JSP. I just installed Tomcat 3.2.1 in Win98. I
created a JSP page, put it in examples\jsp\ and a
Javabean class in examples\web-inf\classes. I started
Tomcat and tried to browse the jsp file. This error
always occurs:
Internal Servlet Error:
org.apache.jasper.compiler.ParseException:
c:\tomcat\tomcat\webapps\examples\jsp\resa\conference.jsp(1,27)
Attribute connection has no value at
org.apache.jasper.compiler.JspReader.parseAttributeValue(JspReader.java:499)
...
...
...
...
The first part of my jsp file looks like this:
<%@ page import="java.sql.*%>
<jsp:usebean id="connection" class="ConnectionBean"
scope="session"/>
Is there something missing in my code or do I have to
do extra configuration with Tomcat? Thanks.
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
===========================================================================
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