[ 
https://issues.apache.org/jira/browse/TRINIDAD-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651936#action_12651936
 ] 

Tomas Havelka commented on TRINIDAD-1268:
-----------------------------------------

See below simple example which does not work:

        <tr:navigationPane hint="list">
          <tr:commandNavigationItem text="Index" destination="/index.jspx"/>
        </tr:navigationPane>

In the opposite this works correctly:
        <tr:goLink text="Index" destination="/index.jspx"/>

I would expect that destination attribute will work the same way in both 
components.


> CommandNavigationItem limitation
> --------------------------------
>
>                 Key: TRINIDAD-1268
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1268
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.9-core
>            Reporter: Tomas Havelka
>
> CommandNavigationItem component cannot consume relative urls within its 
> destination parameter. It does not prefix urls starting with slash (/) with 
> context name. For example GoLink component can do that.

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

Reply via email to