Documentation Archive Developer
Search
[an error occurred while processing this directive] PATH  Documentation > WebObjects 4.5 > Dynamic Elements

up

WOFrame



Element Description

WOFrame represents itself as a dynamically generated Netscape Frame element.


Synopsis

WOFrame { value=aMethod; | src=aURL; | pageName=aString; | directActionName=anActionName; actionClass=className;... };

Bindings

value
Method that will supply the content for this frame.
src
External source that will supply the content for this frame.
pageName
Name of WebObjects page that will supply the content for this frame.
directActionName
The name of the direct action method (minus the "Action" suffix) that will supply the content for the frame.
actionClass
The name of the class in which the method designated in directActionName can be found. Defaults to "DirectAction".

up