2 Replies Latest reply on Jul 9, 2004 7:14 AM by rzanner

    How to implement an interface in a JSP

    just_a_w

      I'm trying to implement an interface in a JSP as follows:

      <%@ page language="java" implements="my.class" %>

      This worked in a different J2EE app server (WLS 8.1), but I get the following exception when I try to use it in JBoss 3.2.3.

      org.apache.jasper.JasperException: /index.jsp(0,0) Page directive has invalid attribute: implements

      Any suggestions?

      Thanks