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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/rgurley%40mac.com

This email sent to [email protected]



_______________________________________________
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