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 2008/08/28 08:35:44 UTC

[jira] Created: (MYFACES-1910) Add resetValue() to EditableValueHolder interface (this is a JSF 2.0 related issue)

Add resetValue() to EditableValueHolder interface (this is a JSF 2.0 related issue)
-----------------------------------------------------------------------------------

                 Key: MYFACES-1910
                 URL: https://issues.apache.org/jira/browse/MYFACES-1910
             Project: MyFaces Core
          Issue Type: Improvement
            Reporter: Matthias Weßendorf
            Assignee: Matthias Weßendorf


In JSF 2.0, they finally improve the EditableValueHolder interface:
https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=438

fix is pretty simple. UIInput already provides the implementation. 
Just add the method to the interface

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


[jira] Resolved: (MYFACES-1910) Add resetValue() to EditableValueHolder interface (this is a JSF 2.0 related issue)

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

Matthias Weßendorf resolved MYFACES-1910.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-aplha

implemented interface method. Added JavaDoc (taken from Trinidad)

> Add resetValue() to EditableValueHolder interface (this is a JSF 2.0 related issue)
> -----------------------------------------------------------------------------------
>
>                 Key: MYFACES-1910
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1910
>             Project: MyFaces Core
>          Issue Type: Improvement
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>             Fix For: 2.0.0-alpha
>
>
> In JSF 2.0, they finally improve the EditableValueHolder interface:
> https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=438
> fix is pretty simple. UIInput already provides the implementation. 
> Just add the method to the interface

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