that means that request is processed only if the page/version its targetted
for is the one the browser is showing right now ( on top of pagemap's access
stack )

-igor


On 3/2/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote:

The non-Ajax usecase works because an
ExpiredPageClassRequestTarget is created instead of
EmptyRequestTarget, and isOnlyProcessIfPathActive() returns false.

BTW, can you please help me find a meaningful explanation for
RequestParameters.isOnlyProcessIfPathActive():

        /**
         * Gets the only-process-if-path-active flag
         *
         * @see #onlyProcessIfPathActive
         *
         * @return the only-process-if-path-active flag
         */
        public boolean isOnlyProcessIfPathActive()
        {
                return onlyProcessIfPathActive;
        }

TIA,
--
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Reply via email to