Bug 920625 - Seam2.3 s:link propagation="join" conversation id is appended two times
Summary: Seam2.3 s:link propagation="join" conversation id is appended two times
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: Seam
Version: 2.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: CR1
: 2.2.0
Assignee: Marek Novotny
QA Contact: Marek Schmidt
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-12 13:11 UTC by Marek Schmidt
Modified: 2013-05-14 14:49 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-05-14 14:49:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.