There is no visible runtime rendering of the subview tag. This tag is not directly rendered as content within the body tag (it's children are rendered).
There is no visible runtime rendering of the subview tag.
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
.These are the common attributes for the subview tag:
Attribute name |
Description |
---|---|
binding |
An expression that binds the component's instance (usually a user interface component) to a bean property (usually in the backing file). |
id |
Assigns a name to a component. Should be a unique name within a JSP. |
rendered |
Can be set to true or false:
|