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