On 28/01/2009, at 4:05 PM, Chuck Hill wrote:

On Jan 27, 2009, at 8:38 PM, Paul Hoadley wrote:

I'm not using ERXRedirect directly, but in Application.handleException() I have this:

        @Override
public WOResponse handleException(Exception anException, WOContext aContext) { AMErrorPage errorPage = (AMErrorPage) pageWithName(AMErrorPage.class
                                .getName(), aContext);
                errorPage.setPageType(AMErrorPage.EXCEPTION);
                if (AjaxUtils.isAjaxRequest(aContext.request())) {
                        AjaxUtils.redirectTo(errorPage);
                        return errorPage.context().response();

I suspect that this return is not what is wanted. Removing it does not fix the problem.

                }
                return errorPage.generateResponse();
        }

(Just some logging statements removed.)

Are you by chance terminating the session?

No I'm not.


--
Paul.

w  http://logicsquad.net/
h  http://paul.hoadley.name/


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to