You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Adam Winer (JIRA)" <de...@myfaces.apache.org> on 2007/06/12 18:33:26 UTC

[jira] Created: (TRINIDAD-51) Support manually adding SetActionListener

Support manually adding SetActionListener
-----------------------------------------

                 Key: TRINIDAD-51
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-51
             Project: MyFaces Trinidad
          Issue Type: New Feature
    Affects Versions: 1.0.0-incubating-core
            Reporter: Adam Winer
            Assignee: Adam Winer
            Priority: Minor


When manually creating components, it'd be handy to be able to create a SetActionListener, but the class is in the internal API, so it's not available.  Consider moving this to the public API, probably in package org.apache.myfaces.trinidad.event.  However, it currently extends FacesBean, and as a public class should not (that's an implementation detail - this is HAS-A, not IS-A).

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


[jira] Resolved: (TRINIDAD-51) Support manually adding SetActionListener

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

Adam Winer resolved TRINIDAD-51.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.2-core

Done.  This class will need to be updated when the 1.2.2 branch occurs, to switch from ValueBinding to ValueExpression.

> Support manually adding SetActionListener
> -----------------------------------------
>
>                 Key: TRINIDAD-51
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-51
>             Project: MyFaces Trinidad
>          Issue Type: New Feature
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Adam Winer
>            Assignee: Adam Winer
>            Priority: Minor
>             Fix For: 1.0.2-core
>
>
> When manually creating components, it'd be handy to be able to create a SetActionListener, but the class is in the internal API, so it's not available.  Consider moving this to the public API, probably in package org.apache.myfaces.trinidad.event.  However, it currently extends FacesBean, and as a public class should not (that's an implementation detail - this is HAS-A, not IS-A).

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