Description of problem: Having a s:link, such as <s:link view="/home.xhtml" propagation="join">link</s:link> renders as http://127.0.0.1:8080/SeamNestedCons/home.seam?cid=1&cid=1&conversationPropagation=join (notice the "cid=1" is there twice). Version-Release number of selected component (if applicable): WFK 2.2.0.ER2 Seam 2.3.1.Final-redhat-1
fixed by using getBookmarkableUrl instead of getActionUrl - committed as https://source.jboss.org/changelog/Seam?cs=15458
Verified on WFK 2.2.0.CR1
Closed as CURRENTRELEASE, part of WFK 2.2.0 distributables.