From jira-events at lists.jboss.org Wed Aug 11 12:19:49 2010 Content-Type: multipart/mixed; boundary="===============6447077849221705953==" MIME-Version: 1.0 From: Pete Muir (JIRA) To: weld-issues at lists.jboss.org Subject: [weld-issues] [JBoss JIRA] Commented: (WELD-549) Conversation propagated by default with h:link Date: Wed, 11 Aug 2010 12:19:49 -0400 Message-ID: <805407667.22897.1281543589309.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1420522965.3152.1276002398134.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============6447077849221705953== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/browse/WELD-549?page=3Dcom.atlassian.jira.plug= in.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12544330#actio= n_12544330 ] = Pete Muir commented on WELD-549: -------------------------------- Nik, any updates to this? > Conversation propagated by default with h:link > ---------------------------------------------- > > Key: WELD-549 > URL: https://jira.jboss.org/browse/WELD-549 > Project: Weld > Issue Type: Bug > Components: Web Tier integration (JSF, JSP, EL and Servlet) = > Affects Versions: 1.0.1.Final > Environment: GlassFish Server Open Source Edition 3.0.1 on Mac OS= 10.6 and Windows 7. WELD-000900 1.0.1 (SP2) > Reporter: David Beaumont > Assignee: Nicklas Karlsson > Fix For: 1.1.0.BETA1 > > Attachments: CdiConvoBug.war > > > I created a long running conversation by running a method on a conversati= on scoped bean: > private boolean initialized; > public void init() { > if(initialized) return; > conversation.begin(); > initialized =3D true; > } > From a facelets page using the JSF2 event system: > > > > If a conversation has been made long-running, the h:link tag will produce= links with the conversation query parameter, thereby propagating the conve= rsation whether that was what you wanted or not. > I.e: >

Link:

> produces >

Link: a link

-- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============6447077849221705953==--