3 Replies Latest reply on Jul 23, 2007 5:34 PM by sergeysmirnov

    Newbee here! Please help with RichFaces Taglibs

    nrich

      Hello All,
      I'm new to RichFaces and trying to setup a simple project that uses RichFaces Tree component. I have setup the project based on richfaces-samples\tree-demo source files and copying all related JARs, etc.

      When I try to run index.jsp, I get below error -

      The absolute uri: http://richfaces.ajax4jsf.org/drag-drop cannot be resolved in either web.xml or the jar files deployed with this application


      index.jsp defines taglib as -

      <%@ taglib uri="http://richfaces.ajax4jsf.org/drag-drop" prefix="dnd" %>


      Looks like I'm not able to access richfaces.ajax4jsf.org. And anyways in our PROD region, we wont be able to access any DTDs/TLDs over the web. As such, is there anyway I can setup RichFaces DTDs/TLDs locally within the project?

      Appreciate any help. I did look at the RichFaces user guide.. But couldnt find any information to resolve this issue.

      Thanks in Advance !!