html Component

See Also

The html component is created for you when you create a new page. You can see this component in the Navigator window when you select a page in the Visual Designer in Design mode and open the first two nodes for the page.

On the rendered HTML page, this component produces an <html> tag, which indicates to browsers that the text is HTML. The JSP representation of this tag is bound to the current page. For example, if the page is named Page1.jsp and the server is a Java EE 5 server, the default JSP code for the html component is as follows:

   <webuijsf:html binding="#{Page1.html1}" id="html1">
   . . .
   </webuijsf:html>

See Also
html Component Properties Window
Working With Components
Component Tasks: Quick Reference
About the Visual Web Palette

Legal Notices