Udo Schnurpfeil created TOBAGO-2440:
---------------------------------------

             Summary: 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


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]



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

Reply via email to