[
https://issues.apache.org/jira/browse/MYFACES-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Korherr resolved MYFACES-2719.
------------------------------------
Fix Version/s: 2.0.1-SNAPSHOT
Resolution: Fixed
> faces-redirect=true lost the url parameters
> -------------------------------------------
>
> Key: MYFACES-2719
> URL: https://issues.apache.org/jira/browse/MYFACES-2719
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Affects Versions: 2.0.0
> Environment: windows xp, jetty
> Reporter: Alexander Ilyin
> Assignee: Jakob Korherr
> Fix For: 2.0.1-SNAPSHOT
>
>
> Looks like MyFaces ignores the url parameters within the outcome string.
> F.g.
> public String doIt(){
>
> return "test2.xhtml?cur=33&faces-redirect=true";
> }
> Will redirect to test2.xhtml but without the cur=33 parameter.
> I successfully use this practice in Mojarra as only way to keep the url
> parameters after executing some action and using the PRG pattern now
> supported by JSF 2.0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.