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