Henning Nöth created TOBAGO-2200:
------------------------------------
Summary: 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
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)