10. Seam Tag Reference
Contents > Seam Tag Reference > s:conversationId
s:conversationId |
|
The s:conversationId tag displays the current Seam conversation ID. It can be combined with other visual JSF UI components.
Example
<h:commandButton value="Continue Shopping" action="#{shoppingCartBean.saveCart}">
<s:conversationId />
</h:commandButton>
This tag is available for use with Facelets only. The default JSF view handler (JSP) is not supported.
|
Tag Attributes
| binding |
Expression |
| |
| The value-binding expression linking this component tag to a backing bean property. |
| id |
Text |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| rendered |
Boolean |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
|