1 Reply Latest reply on Jan 17, 2008 6:49 AM by ilya_shaikovsky

    Updating A4J Status window

    ralf.mueller

      Im using a modalpanel to display a status of my ajax request,
      like it is done on the examples.
      But now I want to put something like a counter in this window.
      Lets say I have 100 records to be processed, so I want to count
      them down in the window with an output text.

      So how do I approch this? Do I have to use a4j:push, or can I
      programatically rerender a component in the modal panel?

      Any suggestions?

      Thanks!!!