Greetings: In the moment, I am working with Eclipse 3.1, J2SDK 1.5.0 and JBoss IDE 1.4.0. The problem that I have is in the JSP page do not load the tags of MyFaces, specifically the tags <h: ... >, <f: ... >, and <x: ... >. In each page *.jsp I put the lines:
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib uri="http://myfaces.sourceforge.net/tld/myfaces_ext_0_9.tld" prefix="x"%> And I doesn't posible refer the tags before mentioned. Thanks for your help. -- fabio quimbay

