6 Replies Latest reply on Feb 16, 2012 9:10 AM by elnapo

    rich:component not found

    elnapo

      hello guys,

       

      iam using jsf2.0, richfaces 4.0 final with netbeans 7.1 RC2.

       

      I just wanna use the following call to close a popupPanel.

      <h:outputLink value="#" onclick="#{rich:component('editPane')}.hide()">

      X

      </h:outputLink>

       

      but i always get this ServletException saying "Function 'rich:component' not found!

      I use the <rich:componentcontrol> tag to open the panel and it just works fine.

       

       

      any ideas?

       

      thx