Dynamic Element Specifications

Dynamic elements serve as the basic building blocks of WebObjects applications by linking an application's scripted or compiled behavior to an HTML page. The linkage can be two-way, in that a dynamic element:

With WebObjects, most pages sent to the user's browser are composed of HTML from a static template combined with HTML that's dynamically generated by dynamic elements embedded (directly, or in the case of reusable components, indirectly) in that template.

Here are the dynamic elements defined in WebObjects Release 3.0 and Release 3.1:

WOActiveImage
WOApplet
WOBrowser
WOCheckBox
WOConditional
WOEmbeddedObject
WOForm
WOFrame
WOGenericContainer
WOGenericElement
WOHiddenField
WOHyperlink
WOImage
WOJavaScript
WOPasswordField
WOPopUpButton
WORadioButton
WORepetition
WOResetButton
WOStateStorage
WOString
WOSubmitButton
WOText
WOTextField
WOVBScript

See the WebObjects Developer's Guide for an overview of dynamic elements.

Next Section