0 Replies Latest reply on Jul 2, 2008 12:28 PM by ohummel

    How to pass a parameter to a4j:poll to enable handling of mu

    ohummel

      Hi, I'm pretty new to Ajax4JSF and hope you can help me out.

      I have an a4j:poll waiting for a download to be finished. That works pretty well as long as I store the bean with the information in the session. However, this can cause trouble when a user opens a new browser window (or tab) as the second bean overwrites the first one of course.

      Thus, I would like to know how I could tie the bean instance as an attribute to the a4j:poll in order that the JSP is able to access it again after the polling is processed? I tried to use an a4j:actionparam already, which does not work either, however.

      Any help is appreciated. Thanks in advance.