Version 3

    RichFaces FAQRichFaces Components FAQGeneral questions


    Actually not related to RichFaces. In most cases it caused by the fact that for facelets environement namespace just isn't the same as for JSP.

     

    JSP taglib declaration

     

    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

     

    But facelets namespace:

     

    xmlns:c="http://java.sun.com/jstl/core"