> >On Jul 10, 2012, at 3:26 PM, Dawn Lockhart wrote: > >>>as soon as you click on any action on the query or pick page, you are >>>immediately logged out with no exceptions thrown >>Are the actions that fail a form submission? Does the action method ever >>get called? Is the session terminated? Is a new session constructed? >>The session is not terminated and a new one is not constructed. >>The actions are a ERDLinkToEditObject inside a ERMODPickListPage; >>however, the link's action is never called. > >Those are tough to debug. It sounds like you're still getting the session >id in the request though. > >If you're using the integration branch, you should be able to set a >breakpoint in handleRequest of the ERXComponentRequestHandler to help you >figure out where things go wrong. >
Thanks Ramsey for the pointer to use integration branch. It failed at the point where it's trying to restore the page and since previous ajax action was not cached, it blew up. I am able to get it to work now by manually setting the PAGE_REPLACEMENT_CACHE_LOOKUP_KEY to the request header during the ajax submit. I guess since the AjaxObserveField for this dropDown navigationMenu tried to update a non-update-container DIV that it did not have either the replaceID or UpdateContainerID to use as the pageCacheKey???? Thanks, Vinny _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com