[
https://issues.apache.org/jira/browse/MYFACES-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved MYFACES-2160.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.7-SNAPSHOT
Assignee: Leonardo Uribe
On trinidad 1.1.x, the state is saved on a param called
"org.apache.myfaces.trinidad.faces.STATE" instead "javax.faces.ViewState" (note
that on jsf 1.2 the state param was normalized so trinidad 1.2.x uses
"javax.faces.ViewState").
The fix is allow RestoreViewExecutor to recognize a postback if trinidad state
param is on the request.
> 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.