4 Replies Latest reply on Dec 23, 2008 1:52 AM by firas_abah

    A4J.AJAX.onExpired Problem

    firas_abah

      Hi all,

      I am using an old version of Ajax 4 JSF (1.1.1) and I am having a problem with the A4J.AJAX.onExpired function. Actually, sometimes, it is called while the session still active. Here is a case:

      I have a datatable that lists detail records for some master record. I have an "add" button that will allow the user to add a record in an IE popup modal. after the user "Save and close" the modal, the data table refresh itself. When i take a short time to fill the data and save, it works fine. But if i take 3-5 minutes filling the form, it will call that A4J.AJAX.onExpired function although the session still there!

      By the way, I am using JSF 1.1 on IBM WAS 6.1

      -------------------------------------
      Being tired of this problem, I tried to upgrade to RichFaces 3.1.3 (The latest that works with JSF 1.1). It works fine for most of my application. But for some page it shows the famous "Duplicate component id for" when i visit the page for the second time although i have hardcoded ids for all components in page.

      Any idea for about either of theses issues?


      Thanks a Regards,
      Firas