2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.

Tag reference sheet

Tag library reference for the following tag libraries:

Shale View Controller JSF Components and Tags

This tag library contains tags for the core JSF components supported by the Shale Framework, plus additional custom tag handlers as required.

This is version 1.0.

  • subview Provide ViewController support functionality for the nested content (typically a JSP dynamic include) of this component
Required attributes are marked with a *

<v:subview>

Provide ViewController support functionality for the nested content (typically a JSP dynamic include) of this component.

Can contain: JSP

Attributes

NameDescriptionType
binding Value binding expression used to bind this component instance to a backing bean property. String
id* Component identifier of this component. If specified, this identifier must be unique within the context of the closest parent UIComponent that is a NamingContainer. String
rendered Flag indicating whether this component should be rendered. Default value is true. String