Documentation Archive Developer
Search
Table of Contents Previous Section

Dynamic Strings

A WOString element represents a dynamically generated string. You bind the value attribute of a WOString to a variable or method that returns a string at run time. A WOString is abstract in that it doesn't represent any specific element, but it can be contained in any other HTML element that can contain text.

WebObjects Builder provides a shortcut for binding the value attribute of a WOString, since it is by far the most common attribute you bind.

Instead of dragging to one of the icons, drag to the center binding box. The binding appears directly in the box, and the Inspector doesn't come to the front.

Table of Contents Next Section