[ https://issues.apache.org/struts/browse/WW-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Holmes updated WW-2161: ----------------------------- Fix Version/s: (was: 2.0.11) 2.0.12 > subscription of ajax anchor tag is called repeatedly > ---------------------------------------------------- > > Key: WW-2161 > URL: https://issues.apache.org/struts/browse/WW-2161 > Project: Struts 2 > Issue Type: Bug > Components: Views > Affects Versions: 2.0.8 > Environment: WinXP, Tomcat 5.5, Sping 2.0.6, Struts 2.0.8 > Reporter: Jan Helbig > Fix For: 2.0.12 > > > i do following steps: > - render a ajax anchor with a subscription to a topic (<s:a theme="ajax" > listenTopics="/myTopic" ... />) > - when the topic is published, the link will be executed once > - render the snippet with the ajax anchor again -> new subscription to the > topic > - when the topic is published the link will be executed twice > - render the snippet with the ajax anchor again -> new subscription to the > topic > - when the topic is published the link will be executed three times > and so on... > for each rendering of the ajax anchor will a new subscription to the topic > added, but the old subscriptions are still active -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.