3 Replies Latest reply on Dec 14, 2007 10:15 AM by mail.micke

    [a4j] poll+actionparam

    mail.micke

      Hi all

      Can I use actionparam or f:param with the poll component?

      I've done some experimentation which indicates that I can't, can I?

      What I want to achieve is to have a request scoped backing bean that will fetch data for a certain id wich it initially gets as a request paramter.
      When polling the page I need to keep the value for that id somehow.

      Currently I have it working by using a4j:keepAlive and an action method that refreshes the data based on the id, but would much rather just pass the id as a parameter.

      Thanks,
      Mike