You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Vimal Kumar Gupta (JIRA)" <de...@myfaces.apache.org> on 2010/03/12 11:21:27 UTC

[jira] Created: (TRINIDAD-1753) setActionListener( ) method of UIXCommand has takes arguments of deprecated type

setActionListener( ) method of UIXCommand has takes arguments of deprecated type
--------------------------------------------------------------------------------

                 Key: TRINIDAD-1753
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1753
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
         Environment: Generic
            Reporter: Vimal Kumar Gupta


UIXCommand class has method setActionListener( MethodBinding actionListener). Since MethodBinding is now deprecated, so method setActionListener should also be deprecated.
I think newly added method setActionExpression( MethodExpression actionExpression) can serve the purpose of setActionListener ( MethodExpression actionListener)

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