Hi Paul,
I guess you are doing a full page refresh to get that message?
Looking at the JS you could do "AMD.close();” in _javascript_ to get it to close. You could call it programmatically on the _javascript_ client side.
Alternatively if JS gives you the “heebie jeebies” there is another way. Looking at the pure java, you could access a static method from your bound “action” response by calling “AjaxModalDialog.close()” that will end up invoking that same _javascript_ for you.
A pure _javascript_ close like this should not give the error you speak of.
Cheers,
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
|