You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org> on 2008/10/20 21:37:44 UTC

[jira] Resolved: (TOBAGO-702) Extend the tag with a mode

     [ https://issues.apache.org/jira/browse/TOBAGO-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Bohmann resolved TOBAGO-702.
----------------------------------

    Resolution: Fixed

> Extend the <tc:attribute> tag with a mode
> -----------------------------------------
>
>                 Key: TOBAGO-702
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-702
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Facelets
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>             Fix For: 1.0.20, 1.1.0
>
>
> Helps to build compositions.
> Possible modes are:
> "isSet" (boolean) checks, if the expression is set from the composition caller.
> "isNotSet" (boolean) nagation of "isSet"
> "action" (method binding) evaluate the expression to find the method binding which is referenced with the template.
> "actionListener" same as "action" but for the method signature of ActionListeners.
> "actionFromValue" Evaluates the ValueBinding to get an outcome set directly (no action method)

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