You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Luca Graf (JIRA)" <de...@myfaces.apache.org> on 2009/05/14 17:29:17 UTC

[jira] Commented: (MYFACES-2160) The action in tr:commandButton is not fired if you use the trinidad jsf library (in 1.1.5 it works).

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

Luca Graf commented on MYFACES-2160:
------------------------------------

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.