Re: Custom D2W Navigation
Re: Custom D2W Navigation
- Subject: Re: Custom D2W Navigation
- From: Vinny Luc <email@hidden>
- Date: Thu, 12 Jul 2012 07:57:31 +0000
- Thread-topic: Custom D2W Navigation
Sorry forgot to include the proper subject line....
On 7/12/12 3:55 AM, "Vinny Luc" <email@hidden> wrote:
>
>
>>
>>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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden