Top Using Dynamic Elements in WebObjects Builder

Using Dynamic Elements in WebObjects Builder

A dynamic element is an element that is replaced with dynamically generated HTML when the application runs. For example, WOString specifies a dynamic string element---the actual string it displays is determined at run time.

For a dynamic element to be fully functional, you must create the element and then bind it to some value. Usually, this value is a variable in a script file. If you bind the element to a variable, you must then write a script that sets the value of the variable (see "Writing WebScript in WebObjects Builder").

Creating dynamic elements
Form-based elements
Abstract elements
Reusing components
Binding Elements
Using Inspector
WOConditional
WOHyperlink
WORepetition
Custom Element
Displaying Bindings
Undoing a Binding
Resizing Elements

For more information on dynamic elements, see the chapter "How WebObjects Works" in the WebObjects Developer's Guide. Or look up individual dynamic elements in the Dynamic Elements section of the WebObjects Reference to learn more about them.

First Section DevGuide/HowWOWorks/HowWOWorks.html