Bug 920625

Summary: Seam2.3 s:link propagation="join" conversation id is appended two times
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Marek Schmidt <maschmid>
Component: SeamAssignee: Marek Novotny <mnovotny>
Status: CLOSED CURRENTRELEASE QA Contact: Marek Schmidt <maschmid>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.2.0   
Target Milestone: CR1   
Target Release: 2.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-14 14:49:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marek Schmidt 2013-03-12 13:11:24 UTC
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

Comment 1 Marek Novotny 2013-03-18 13:15:23 UTC
fixed by using getBookmarkableUrl instead of getActionUrl - committed as https://source.jboss.org/changelog/Seam?cs=15458

Comment 2 Marek Schmidt 2013-04-03 08:59:07 UTC
Verified on WFK 2.2.0.CR1

Comment 3 Karel Piwko 2013-05-14 14:49:44 UTC
Closed as CURRENTRELEASE, part of WFK 2.2.0 distributables.