Generates the <body>
element for the page, and is involved in generating and
organizing the JavaScript on the page. You should always use the Body component for
your <body>
tag, since you can never know which components within the page
will require the services it provides.
See also: org.apache.tapestry.html.Body , Rollover , Script
Name | Type | Required | Default | Description |
---|---|---|---|---|
element | string | no | body |
The element to use; this can be overriden, for example, when the Body
component is used to generate a <frameset> .
|
Body: allowed
Informal parameters: allowed
Reserved parameters: none