You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Nöth (Jira)" <de...@myfaces.apache.org> on 2023/03/20 08:20:00 UTC

[jira] [Reopened] (TOBAGO-2200) Ajax inside a dropdown menu is executed multiple times

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

Henning Nöth reopened TOBAGO-2200:
----------------------------------

Reopen, because of "is not a function" error in JavaScript.

> Ajax inside a dropdown menu is executed multiple times
> ------------------------------------------------------
>
>                 Key: TOBAGO-2200
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-2200
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core, JavaScript, Themes
>    Affects Versions: 5.5.0
>            Reporter: Henning Nöth
>            Assignee: Henning Nöth
>            Priority: Major
>             Fix For: 5.6.0
>
>
> A dropdown menu entry with an ajax tag execute the ajax request multiple times. If the same tc:link is outside a dropdown menu, the ajax request is executed only once (as expected).
> {code:xml}
> <tc:button label="Dropdown" omit="true">
>   <tc:link label="Simple Ajax">
>     <f:ajax/>
>   </tc:link>
> </tc:button>
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)