10. Seam Tag Reference
Contents > Seam Tag Reference > s:conversationPropagation
s:conversationPropagation |
|
The s:conversationPropagation tag allows you to modify the conversation propagation type for a button or command link.
Example:
<s:conversationPropagation></s:conversationPropagation>
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. |
| pageflow |
String |
| |
| The JBoss business process management (jBPM) pageflow or process definition to invoke. Requires a propagation attribute with the value "begin" or "join". |
| rendered |
String |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
|