0 Replies Latest reply on Dec 23, 2010 10:31 AM by fevzi.anifyeyev

    Creating several regions at a time

    fevzi.anifyeyev

      Hi all!

      I have a web application!

      There is a search functionality that makes searches in several repositories(basiclly should fire several requests by pressing 'Search' button) and display the results in different panels.The requests must be sent asynchronously and the results should come independently and display in own panels, while others can still be in loading state.

      This should be similar to JIRA startup page:(Some of the panels are already rendered but some of them are still in progress)

      jira.JPG

      Could anyone explain if it is possible using RichFaces?

       

      Thanks in advance!