10. Seam Tag Reference
Contents > Seam Tag Reference > s:taskId
s:taskId |
|
The s:taskId tag includes the JBoss business process management (jBPM) task ID in the view. It can be combined with other visual JSF UI controls.
Example:
<h:outputLink value="Hello"><s:taskId /></h:outputLink>
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. |
| 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. |
|