Re: Frames and AjaxUpdateContainer
Re: Frames and AjaxUpdateContainer
- Subject: Re: Frames and AjaxUpdateContainer
- From: Ramsey Lee Gurley <email@hidden>
- Date: Wed, 25 Nov 2009 18:41:27 -0500
Hi Raghavender,
I assume you're talking about Wonder's Ajax framework? You can update across frames by calling something like
parent.[frame].[updateContainerID]Update();
So, if you're in your 'content' frame, and you want to update an update container with an id of "brillig" in the 'header' frame, you'd call
parent.header.brilligUpdate();
I feel like I've forgotten a dot something, but I think that should work. (^_^)
Ramsey
On Nov 25, 2009, at 1:48 PM, Raghavender wrote:
> Hi,
>
> I am working on a web page that has multiple components placed on different frames, I have to define multiple ajax update areas on these different pages and do an ajax submit from one page. Any help on providing examples, or references or sample code snippets.
>
> Thanks in advance,
> raghavender.
>
> _______________________________________________
> 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
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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