1 Reply Latest reply on Apr 16, 2009 7:16 AM by nbelaevski

    question about ignoreDupResponses

    nimo22

      ignoreDupResponces="true" ignores duplicate responses (responses of the same component). But which response is ignored? The latest or the oldest?

      for example, the component X makes responses in chronological order:

      1. response 1
      2. response 2
      3. response 3


      ignoreDupResponces="true" should ignores the responses 1 and 2 and takes the response 3 (the latest). Am I right?? So last in first out? Or first in first out?