You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2007/12/19 16:48:43 UTC

[jira] Created: (TRINIDAD-878) Overhaul ConverterTagGenerator's writeCreateConverter()

Overhaul ConverterTagGenerator's writeCreateConverter()
-------------------------------------------------------

                 Key: TRINIDAD-878
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-878
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Plugins
    Affects Versions:  1.2.6-plugins
            Reporter: Matthias Weßendorf
            Assignee: Matthias Weßendorf


Currently the writeCreateConverter() method is only defined in AbstractConverterTagGenerator.
That causes an issue, when running the build of commons-converter w/ JSF 1.2

We need to make the writeCreateConverter() more clean, to support these type of requirements as well.
(one issue is, that EnumConverter in Commons has NO! properties, so generation isn't working).

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


[jira] Resolved: (TRINIDAD-878) Overhaul ConverterTagGenerator's writeCreateConverter()

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

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

       Resolution: Fixed
    Fix Version/s:  1.2.6-plugins

> Overhaul ConverterTagGenerator's writeCreateConverter()
> -------------------------------------------------------
>
>                 Key: TRINIDAD-878
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-878
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions:  1.2.6-plugins
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>             Fix For:  1.2.6-plugins
>
>
> Currently the writeCreateConverter() method is only defined in AbstractConverterTagGenerator.
> That causes an issue, when running the build of commons-converter w/ JSF 1.2
> We need to make the writeCreateConverter() more clean, to support these type of requirements as well.
> (one issue is, that EnumConverter in Commons has NO! properties, so generation isn't working).

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