Carsten Dimmek created TOBAGO-2385:
--------------------------------------
Summary: tc:link drop down menu doesn't work with ui:repeat
Key: TOBAGO-2385
URL: https://issues.apache.org/jira/browse/TOBAGO-2385
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 6.6.0
Reporter: Carsten Dimmek
The following excample doesn't work
{code:java}
<tc:link omit="true" image="fal fa-ellipsis-vertical">
<tc:style customClass="icon-button"/>
<ui:repeat var="item" value="...">
<tc:link label="#{item.label}" link="#{item.link}" />
</ui:repeat>
</tc:link> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)