Documentation

Search 

Contents

  1. Introduction
  2. Getting Started
  3. Seam Concepts
  4. Component Types
  5. Design View Support
  6. Code View Support
  7. Tag Object Toolbars
  8. Property Inspectors
Selected 9. Seam Tag Reference

10. Seam Tag Reference

Contents > Seam Tag Reference > s:selection

s:selection

The s:selection tag includes a UIParameter in your view that can be bound to a data model.

Example:

<s:selection></s:selection>

This tag is available for use with Facelets only. The default JSF view handler (JSP) is not supported.

Tag Attributes

binding String
 
The value-binding expression linking this component tag to a backing bean property.
dataModel String
 
id String
 
The unique identifier value for this component. The value must be unique within the closest naming container.
rendered String
 
A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered.