[ 
https://issues.apache.org/jira/browse/MYFACES-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709434#action_12709434
 ] 

Luca Graf edited comment on MYFACES-2160 at 5/14/09 2:28 PM:
-------------------------------------------------------------

Same behaviour with commandButton (<tr:> & <h:>) here.

With:
   - MyFaces Core 1.1.6
   - MyFaces Tomahawk 1.1.8
   - Trinidad 1.0.10
   - Facelets 1.1.14

An revert to MyFaces Core 1.1.5 solves the problem. 


      was (Author: luc4):
    Same behaviour with commandButton (<tr:> & <h:>) here.

With:
   - MyFaces Core 1.1.6
   - MyFaces Tomahawk 1.1.8
   - Facelets 1.1.14

An revert to MyFaces Core 1.1.5 solves the problem.

  
> 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
>         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.

Reply via email to