14 Replies Latest reply on Apr 9, 2008 4:12 PM by gkuzmin

    The problem with quick clicks.

    gkuzmin

      I have a button, which changes strongly the structure of the page (using Ajax request).
      If I click this button quickly several times, the application doesn't work anymore. Some references get lost.
      It seems, that Richfaces or JSf try to set the old data of the form to the new structure of the component tree.
      The components become null values because parametersMap of the request contains data of the old form.
      The application works as long as the clicks aren't quick.
      Does anyone have the same problem? Is this a bug or did I do something wrong.