[
https://issues.apache.org/jira/browse/MYFACES-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710072#action_12710072
]
Leonardo Uribe commented on MYFACES-2160:
-----------------------------------------
Thanks a lot to Roger Wegmann for the test provided. It helps a lot.
> The action in tr:commandButton is not fired if you use the trinidad jsf
> library (in 1.1.5 it works).
> ----------------------------------------------------------------------------------------------------
>
> Key: MYFACES-2160
> URL: https://issues.apache.org/jira/browse/MYFACES-2160
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 1.1.6
> Environment: Trinidad JSF Library
> Reporter: Roger Wegmann
> Assignee: Leonardo Uribe
> Fix For: 1.1.7-SNAPSHOT
>
> Attachments: test.zip
>
>
> I can provide an example. If I change in my pom file
> <dependency>
> <groupId>org.apache.myfaces.core</groupId>
> <artifactId>myfaces-impl</artifactId>
> <version>1.1.5</version>
> <scope>runtime</scope>
> </dependency>
> to
> <dependency>
> <groupId>org.apache.myfaces.core</groupId>
> <artifactId>myfaces-impl</artifactId>
> <version>1.1.6</version>
> <scope>runtime</scope>
> </dependency>
> it doesn't work anymore. I only change the version from 1.1.5 to 1.1.6 and
> the commandButton doesn't work anymore. It should navigate to an other page
> but it doesn't work anymore.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.