WebObjects/Project WONDER/Frameworks/Ajax/AjaxUpdateLink

WebObjects Wikibooks considered deprecated edit

Please look at http://wiki.objectstyle.org/confluence/display/WO/Programming__WebObjects-Project+WONDER-Frameworks-Ajax-AjaxUpdateLink instead.

AjaxUpdateLink edit

AjaxUpdateLink provides a WOHyperlink-like wrapper around an update trigger for an AjaxUpdateContainer. AjaxUpdateLink uses a WOComponentContent, so any text that should appear as part of the link should be enclosed between the AjaxUpdateLink's webobjects tags.

Wonder Bindings edit
  • action (required) - the action to fire when the link is pressed
  • updateContainerID - the ID of the AjaxUpdateContainer to refresh when the link is pressed
Prototype Bindings edit
  • onComplete
  • onSuccess
  • onFailure
  • onException
  • insertion
  • evalScripts