Hello everybody! I would like that my jsp-page implements an interface that I have defined. I mean...I would like to know if in jsp there is something of equivalent to the statement "implements" of Servlet API. If I declare a servlet in the following way:
public class MyServlet extends HttpServlet implements MyInterface { ... } Ho can I write an equivalent jsp page that implements the same interface "MyInterface"? Is there some directive to use? I hope someone can help me. Thanks in advance. Luca =========================================================================== 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://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com