From jira-events at lists.jboss.org Wed Aug 11 19:06:52 2010 Content-Type: multipart/mixed; boundary="===============2158934387668323586==" MIME-Version: 1.0 From: Pete Muir (JIRA) To: weld-issues at lists.jboss.org Subject: [weld-issues] [JBoss JIRA] Updated: (WELD-549) Conversation propagated by default with h:link Date: Wed, 11 Aug 2010 19:06:52 -0400 Message-ID: <45138382.23840.1281568012160.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1420522965.3152.1276002398134.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============2158934387668323586== 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.plu= gin.system.issuetabpanels:all-tabpanel ] Pete Muir updated WELD-549: --------------------------- Fix Version/s: 1.1.0.BETA2 (was: 1.1.0.BETA1) > 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.BETA2 > > 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 --===============2158934387668323586==--