You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2011/01/27 16:40:51 UTC

[jira] Created: (TOBAGO-968) Should be possible to define different types of treeNodeCommands at once

Should be possible to define different types of treeNodeCommands at once
------------------------------------------------------------------------

                 Key: TOBAGO-968
                 URL: https://issues.apache.org/jira/browse/TOBAGO-968
             Project: MyFaces Tobago
          Issue Type: Improvement
          Components: Core
            Reporter: Udo Schnurpfeil
            Assignee: Udo Schnurpfeil
            Priority: Minor


I've we have e. g. the data of a menu tree inside an external model, the renderer should support the definition of all 3 ways:
   link="#{...}"
   onclick="#{...}"
   action=#{...}
where only one of the is evaluated to a string not empty and not null.
The renderer should check it in the order shown above.

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


[jira] Resolved: (TOBAGO-968) Should be possible to define different types of treeNodeCommands at once

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

Udo Schnurpfeil resolved TOBAGO-968.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.0
                   1.5.0-alpha-2

> Should be possible to define different types of treeNodeCommands at once
> ------------------------------------------------------------------------
>
>                 Key: TOBAGO-968
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-968
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>             Fix For: 1.5.0-alpha-2, 1.5.0
>
>
> I've we have e. g. the data of a menu tree inside an external model, the renderer should support the definition of all 3 ways:
>    link="#{...}"
>    onclick="#{...}"
>    action=#{...}
> where only one of the is evaluated to a string not empty and not null.
> The renderer should check it in the order shown above.

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