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 Bädorf (JIRA)" <de...@myfaces.apache.org> on 2013/10/29 09:54:30 UTC

[jira] [Created] (TOBAGO-1334) Client Dimension should support redirect tag in naviation rules

Michael Bädorf created TOBAGO-1334:
--------------------------------------

             Summary: Client Dimension should support redirect tag in naviation rules
                 Key: TOBAGO-1334
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1334
             Project: MyFaces Tobago
          Issue Type: New Feature
          Components: Core
    Affects Versions: 2.0.0-alpha-3
            Reporter: Michael Bädorf


In order to display the correct url it is necessary to define redirect in faces-conifg.xml like
<navigation-case>
    <from-outcome>ApprovalOverview</from-outcome>
    <to-view-id>/approval/overview.xhtml</to-view-id>
    <redirect />
</navigation-case>

Unfortunately this doesn't work in Tobago 2.0.0 alpha 3.
Please implement this feature. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)