1 Reply Latest reply on Mar 27, 2006 6:43 AM by gavin.king

    What is PAGE scope?

    prp

      Can somebody explain what PAGE scope means? What is the difference between this and EVENT scope?

      I read the manual but it's still not clear to me.

      Thanks

        • 1. Re: What is PAGE scope?
          gavin.king

          PAGE scope lasts from INVOKE_APPLICATION to INVOKE_APPLICATION (ie, it spans a form submission).

          EVENT scope lasts from RESTORE_VIEW to RENDER_RESPONSE.