2 Replies Latest reply on Apr 23, 2008 5:32 PM by luka_

    Richfaces after AJAX call

    luka_

      Hi,
      I'm trying to retrieve some richfaces components via Ajax.
      I have one div tag in jsf page where I want to retrieve those richfaces components which are located in another jspf file.

      When I click on link, all components except richfaces are displayed correctly in the div. For example: woodstock components are displayed perfectly, but <rich:panel> displays only text without borders and header.

      I assume that richfaces components are not rendered correctly or at all.

      I'm working with prototype Ajax.Updater which has evalScripts option set to true, so javascript is evaluated after call.

      Can anyone help me?