You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Michael Concini (JIRA)" <de...@myfaces.apache.org> on 2010/02/04 16:48:27 UTC

[jira] Created: (MYFACES-2535) view-param on navigation case redirects not being handled properly

view-param on navigation case redirects not being handled properly
------------------------------------------------------------------

                 Key: MYFACES-2535
                 URL: https://issues.apache.org/jira/browse/MYFACES-2535
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.0-beta
            Reporter: Michael Concini
            Assignee: Michael Concini


view params are not currently being handled properly due to an ordering issue in DigesterFacesConfigUnmarshallerImpl.  We were calling addSetNext and addCallMethod on "faces-config/navigation-rule/navigation-case/redirect/view-param" prior to addObjectCreate.  addObjectCreate needs to be called first.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MYFACES-2535) view-param on navigation case redirects not being handled properly

Posted by "Michael Concini (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Concini resolved MYFACES-2535.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-2

> view-param on navigation case redirects not being handled properly
> ------------------------------------------------------------------
>
>                 Key: MYFACES-2535
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2535
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-beta
>            Reporter: Michael Concini
>            Assignee: Michael Concini
>             Fix For: 2.0.0-beta-2
>
>
> view params are not currently being handled properly due to an ordering issue in DigesterFacesConfigUnmarshallerImpl.  We were calling addSetNext and addCallMethod on "faces-config/navigation-rule/navigation-case/redirect/view-param" prior to addObjectCreate.  addObjectCreate needs to be called first.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.