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:
Initially sets its attributes to values specified by scripted or compiled variables or methods.
Represents itself as HTML when called upon to do so.
Synchronizes the values of its attributes to those entered by the user, and passes these values back to your script or compiled code.
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 the WebObjects Framework:
WOActionURL
WOActiveImage
WOApplet
WOBody
WOBrowser
WOCheckBox
WOCheckBoxList
WOComponentContent
WOConditional
WOEmbeddedObject
WOFileUpload
WOForm
WOFrame
WOGenericContainer
WOGenericElement
WOHiddenField
WOHyperlink
WOImage
WOImageButton
WOJavaScript
WONestedList
WOParam
WOPasswordField
WOPopUpButton
WOQuickTime
WORadioButton
WORadioButtonList
WORepitition
WOResetButton
WOResourceURL
WOString
WOSubmitButton
WOSwitchComponent
WOText
WOTextField
WOVBScript
How to Use These Specifications
The otherTagString Attribute
Last updated: 2006-01-10