You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Don Brown (JIRA)" <ji...@apache.org> on 2008/04/27 06:39:05 UTC

[jira] Updated: (WW-2161) subscription of ajax anchor tag is called repeatedly

     [ https://issues.apache.org/struts/browse/WW-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown updated WW-2161:
--------------------------

    Fix Version/s:     (was: 2.1.2)

> 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: Plugin - Tags
>    Affects Versions: 2.0.8
>         Environment: WinXP, Tomcat 5.5, Sping 2.0.6, Struts 2.0.8
>            Reporter: Jan Helbig
>
> 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.