Form Component Index GenericLink

Frame
org.apache.tapestry.html.Frame
Visual / Non Visual Component
 
Description
Provides the HTML <frame> element within a <frameset>, inserting the specified Tapestry page as the content of the frame.
See Also
RenderBlock, RenderBody
Parameters
Name Type Direction Required Default Description
page String in yes   The name of the page to display in the frame.

Body: removed
Informal parameters: allowed
Reserved parameters: "src"

Examples

This example is under construction.


Form Component Index GenericLink