[
https://issues.apache.org/jira/browse/TOBAGO-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Udo Schnurpfeil resolved TOBAGO-2440.
-------------------------------------
Resolution: Fixed
> Action not called in tc:link inside ui:repeat when id contains digits
> ---------------------------------------------------------------------
>
> Key: TOBAGO-2440
> URL: https://issues.apache.org/jira/browse/TOBAGO-2440
> Project: MyFaces Tobago
> Issue Type: Bug
> Environment: Jetty and Liberty
> mvn clean install jetty:run -Pjetty -Pdev
> or
> mvn clean package -Pliberty liberty:dev
> Reporter: Udo Schnurpfeil
> Assignee: Bernd Bohmann
> Priority: Major
> Fix For: 6.9.0
>
>
> The action is not called e.g. in this case:
> {code:java}
> <ui:repeat id="loop66" value="#{repeatController.list}" var="item">
> <tc:link id="other"
> label="#{item}"
> action="#{repeatController.action}"/>
> </ui:repeat> {code}
> The id=loop66 contains digits. Is also not work, when the id of link is not
> set.
> Providing a test page in the demo:
> [http://localhost:8080/content/900-test/9020-ui-repeat/Repeat.xhtml]
> It also doesn't work, when there is a tc:form around with no id or the id
> contains digits!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)