Search

January 17, 2015

JSF: Add Conversation ID to a link or button

To add the conversation ID parameter cid to a h:link or h:button:

<h:button value="Go" outcome="go"> <f:param name="cid" value="#{javax.enterprise.context.conversation.id}" /> </h:button>

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.