Re: Frames and AjaxUpdateContainer
Re: Frames and AjaxUpdateContainer
- Subject: Re: Frames and AjaxUpdateContainer
- From: Raghavender <email@hidden>
- Date: Mon, 7 Dec 2009 21:29:04 +0530
Thanks Ramsey Lee Gurley,
This worked for me, And I have used 'onClickServer' property to
'AjaxSubmitButton' component becoz i have to call this parent.[frame].
[updateContainerID]Update() once the action method is performed.
Regards,
Raghavender.
On 26-Nov-09, at 5:11 AM, Ramsey Lee Gurley wrote:
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
_______________________________________________
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