3 Replies Latest reply on Mar 27, 2009 10:57 AM by svande

    a4j:push action on receive event

    svande

      Hello,

      I have succesfully implemented a4j:push functionality.
      I add a listener to the event producer like this:

      eventProducer="#{contractsPollController.addListener}"

      Events are indeed fired by the contractsPollController.

      My question:
      Can I read the event received by a4j:push?
      Or otherwise:
      Can I execute an action before rerender is done?

      The reason is that my list is cached on the server and I want to empty the cache first before rerendering the list.

      Any hints?