2 Replies Latest reply on Mar 19, 2007 3:32 PM by edbras1

    Does the a4j:repeat example really works ???

    edbras1

      Hellu,

      I am using the a4j:repeater to do exactly the same as in the example on the web: expanding/collapsing cells.
      However, the example doesn't work in my configuration with the latests stabel myfaces and facelets.
      I found out that it wasn't working in my own app.
      Then copied finally the example and tried it... but still it's not collapsing.
      What I noticed is that it successfully generates both keys that need to be updated, and the items successfully return false/true when asked for their expanced state.. but then only the cell that need to be expanded, will expand, but the one that need to be collapse, is doing something, but it never collapse, untill I explitely click it two times.
      What i mean with "it is doing somethign" is that the status is running, but it never stops.... that is, it keep on telling that it is "requesting"...

      Weird... :(...
      If you have any idea what this could be, please let me know,, as it realy drives me crazy...
      BTW: I am using Firefox.. if that matters..

      Cheers,
      Ed

        • 1. Re: Does the a4j:repeat example really works ???
          ilya_shaikovsky

          Sounds strange. I've just download the *.zip of the project, added latest a4j 1.1.1 library and it works as expected (also for FF 2.0.0.2). Please specify more clearly what did you get when copies our example.

          • 2. Re: Does the a4j:repeat example really works ???
            edbras1

            Yeppp exactly my thoughts... and I was getting crazy of it... :(...

            Hmmmm.. I just noticed that I was using version 1.0.6, I thought that was the lastest one :(...

            I probably try it out again next week as I am looking at a yesterday-deadline at the moment :(..

            I the meatime I implemented another solution.

            Thanks for the feedback.

            Ed