3 Replies Latest reply on Jul 31, 2011 8:21 AM by radeo

    "Can not find the tag library descriptor"

    seanrogers

      Hi everyone,

      As was discussed at the documentation meeting, I've been trying to work through the Getting Started chapter (http://docs.jboss.org/richfaces/3.3.3.BETA1/en/devguide/html/GettingStarted.html) and using it to get a project working with RichFaces 4.0.0.Alpha1.

       

      I'm using JBoss Developer Studio (JBoss Tools).

       

      I can get the project going with RichFaces 3.3.2.SR1 without any problems, but if I try the same thing with 4.0.0.Alpha1, I get the following errors in my index.jsp file:

       

      <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>

      - Can not find the tag library descriptor for "http://richfaces.org/a4j"

      <%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>

      - Can not find the tag library descriptor for "http://richfaces.org/rich"

       

      I tried running it on the server anyway but it didn't work.

       

      I've attached the project. Can someone please point out what I'm doing wrong?