Thanks - found those - one problem I'm wrestling with still is getting the main page to update when the dialog is closed. The basic structure I have is:
<wo:AjaxUpdateContainer id="page_identifier"> <wo:AjaxModalContainer> <wo:AjaxHyperlink action="the action" updateContainerID="_parent onSuccess="iBox.hide()">a selection</wo:AjaxHyperlink> </wo:AjaxModalContainer> </wo:AjaxUpdateContainer> I want the contents of the AjaxUpdateContainer to be updated when the AjaxHyperlink is clicked, after the action completes (since this updates server side data). I've obviously left a lot out above but the rest creates the content of the main screen and the dialog and doesn't use any other Ajax stuff. Any pointers? Thanks Mark On 3 Jan 2010, at 20:02, Chuck Hill wrote: > Wonder/Examples/Ajax/AjaxExample and Wonder/Examples/Ajax/AjaxExample2 show > how to use the Ajax components. > > > On Jan 3, 2010, at 10:58 AM, Mark Woollard wrote: > >> Can someone point me at one? >> >> Thanks >> Mark >> >> _______________________________________________ >> 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/chill%40global-village.net >> >> This email sent to [email protected] > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > _______________________________________________ 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]
