You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Yee-Wah Lee (JIRA)" <de...@myfaces.apache.org> on 2009/03/05 22:25:56 UTC

[jira] Created: (TRINIDAD-1414) Implement support for specifying List attribute type as String

Implement support for specifying List<String> attribute type as String
----------------------------------------------------------------------

                 Key: TRINIDAD-1414
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1414
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Plugins
            Reporter: Yee-Wah Lee
            Priority: Minor


Today, attributes of type String[], e.g. partialTriggers, can be specified with a String. Trinidad provides convenience methods in
UIXComponentTag.java#setStringArrayProperty() to allow the conversion of String->Set<String>.

Propose adding similar convenience methods for types List<String> and Set<String> as well.

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


[jira] Resolved: (TRINIDAD-1414) Implement support for specifying List attribute type as String

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved TRINIDAD-1414.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.10-plugins 
                    1.2.12-core

> Implement support for specifying List<String> attribute type as String
> ----------------------------------------------------------------------
>
>                 Key: TRINIDAD-1414
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1414
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Plugins
>            Reporter: Yee-Wah Lee
>            Assignee: Matthias Weßendorf
>            Priority: Minor
>             Fix For:  1.2.12-core, 1.2.10-plugins 
>
>         Attachments: trin12_1414.diff, TrinPlugin_1414.diff
>
>
> Today, attributes of type String[], e.g. partialTriggers, can be specified with a String. Trinidad provides convenience methods in
> UIXComponentTag.java#setStringArrayProperty() to allow the conversion of String->String[].
> Propose adding similar convenience methods for types List<String>  as well.

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