Hi all, i have a strange problem: i have a few classes: public abstract class Entity implements java.io.Serializable which defines protected static Entity select(int id, Connection con, Entity ent) throws SQLException and a few entity-classes inheriting from Entity, like public class Product extends Entity implements java.io.Serializable I wrote a test-app, calling Product.select, which compiles and works fine. Problem is, when I try to do the same in a JSP, I get a Jasper-Exception at compile-time: =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
