4 Replies Latest reply on Mar 25, 2008 1:16 PM by damatrix

    AJAX events in a long running conversation

    damatrix

      I'm using Seam 2.0.GA and Tomcat 6.0.


      I find that when i try to make an ajax call via actionListener both on an a:commandLink/a:commandButton or using a:support within a long running conversation, my action is never called. This is inspite of the fact that the action returns void as actionListener requires. However it is called when i specify immediate to true. This not what i want to happen though since i want access to outjected/injected components being populated in a form.


      However calling such an actionListener without a long running conversation works, especially if defined on a Session Context component. Is there anything limiting AJAX calls on components in a long running conversation?