get MyFaces 1.0.8 (http://cvs.apache.org/dist/incubator/myfaces/builds/)
and try <%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%> in your jsps > -----Original Message----- > From: fabio quimbay [mailto:[EMAIL PROTECTED] > Sent: Monday, January 17, 2005 2:39 PM > To: [email protected] > Subject: Don't load the tags in JSP page ... > > > 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 >

