View
The container for all JSF tags used in a page. All other JSF tags must be inside a view.
Component class
javax.faces.component.UIViewRoot
Component at design time
There is no visible runtime rendering of the
view component. This tag is not directly rendered as content within the body tag (it's children are rendered).
Component at runtime
There is no visible runtime rendering of the
view component.
Properties and All Attributes views
The Properties view for a component shows the most common set of attributes you can set on a component, and, depending on the component, you might also see options for adding controls, actions, or other components. To open the Properties view, click
Window | Show View | Properties.
These are the common attributes for the view tag:
Table 1. View tag attributes Attribute name
Description
locale
Locale whose predefined styles for dates and times are used during formatting or parsing. If not specified, the locale returned by FacesContext.getViewRoot().getLocale() is used.