Hi,
        I have the package:

package dombean;

import ...*;
public class.... {etc.

the file is in mydir/WEB-INF/classes and has been compiled. The jsp that 
imports it - <%@ page import="dombean.*" %> throws the error:

package does not exist
import dombean.*; 
^

as does subsequent references to the package. How is it correctly 
referenced in my JSP, presuming it is in the correct location? How are 
'home made' packages referenced under Apache?

thanks

Paul.






Reply via email to