0 Replies Latest reply on Jan 26, 2005 5:51 PM by fquimbay

    Include a tag libs in a JSP page using XDoclet ...

    fquimbay

      I try to refer me to the tags of myfaces on a JSP page, but I can't. The lines that I include are:

      <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
      <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
      <%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%>
      

      I read the JBoss IDE 1.3.0 Tutorial but I do not see how can I include the *.tld files to the project. I'm working with Eclipse 3.0.1, Java 1.4.2 and JBoss IDE 1.4.0. How can I solve this problem ? Thanks ...