Hello,
I can't seem to get this to work. The bean compiles OK but when I try to
load it, I get a "Error: 500" below saying that my package couldn't be
loaded.
...
org.apache.jasper.JasperException: Unable to compile class for
JSP/usr/local/jakarta/build/tomcat/work/localhost_8080/_0002fnetworkdb_0002findex_0002ejspindex_jsp_0.java:15:
Package edu.fit.eng.networkdb.sqlConnObj not found in import.
import edu.fit.eng.networkdb.sqlConnObj.*;
...
My jsp page begins like this
<%@ page language="java" import="edu.fit.eng.networkdb.sqlConnObj.*"%>
<jsp:useBean id="connBean" class="sqlConnBean" scope="page" />
<HTML>
<HEAD>
<P>
...
And the bean begins like...
package edu.fit.eng.networkdb.sqlConnObj;
import java.io.*;
import java.sql.*;
import java.beans.*;
public class sqlConnBean
{
...
The bean is in the file
/usr/local/apache/htdocs/networkdb/WEB-INF/classes/edu/fit/eng/networkdb/sqlConnObj/sqlConnBean.java
Any clues would be greatly appreciated.
Thanks,
Kervin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]