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


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.

Reply via email to