I m using the new JSF2 <h:link>
tag, with a nested <f:param>
to link to a page using a get request. However, the conversation id (cid) is propagated via the query parambeters of the link to the new page.
Can one suppress the conversation propagation with an <h:link>
? ie. no cid=# in the url...?