|
s:conversationId |
|
<p>The <s:conversationId> tag displays the current Seam conversation ID. It can be combined with other visual JSF UI components.</p>
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.
|