AMD and accessing the parent component
AMD and accessing the parent component
- Subject: AMD and accessing the parent component
- From: Theodore Petrosky <email@hidden>
- Date: Wed, 23 Feb 2011 12:23:56 -0800 (PST)
I have a component "Main". Main has a setter:
public void setThePubToSearch(String thePubToSearch) {
this.thePubToSearch = thePubToSearch;
}
I am displaying an AjaxModalDialog whose content is a component.
I want to access the setter 'setThePubToSearch' in Main before closing the AMD.
I know I have done this before I just can not remember how.
I am just too tired.
Ted
_______________________________________________
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