You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stan Silvert (JIRA)" <de...@myfaces.apache.org> on 2006/04/06 04:31:47 UTC

[jira] Created: (MYFACES-1268) JSR-252 Issue #138: Change the required return type for action methods to be Object instead of String.

JSR-252 Issue #138: Change the required return type for action methods to be Object instead of String.
------------------------------------------------------------------------------------------------------

         Key: MYFACES-1268
         URL: http://issues.apache.org/jira/browse/MYFACES-1268
     Project: MyFaces Core
        Type: New Feature

  Components: JSR-252  
    Reporter: Stan Silvert
 Assigned to: Stan Silvert 


Change the required return type for action methods to be Object instead of String.  This allows the usage of Enums for the return type of action methods, as long as the toString() method of the enum matches the expected value in the application configuration resources.

See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=138


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (MYFACES-1268) JSR-252 Issue #138: Change the required return type for action methods to be Object instead of String.

Posted by "Bruno Aranda (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-1268?page=all ]

Bruno Aranda resolved MYFACES-1268.
-----------------------------------

    Fix Version/s: 1.2.0-SNAPSHOT
       Resolution: Fixed

> JSR-252 Issue #138: Change the required return type for action methods to be Object instead of String.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1268
>                 URL: http://issues.apache.org/jira/browse/MYFACES-1268
>             Project: MyFaces Core
>          Issue Type: New Feature
>          Components: JSR-252
>            Reporter: Stan Silvert
>         Assigned To: Bruno Aranda
>             Fix For: 1.2.0-SNAPSHOT
>
>
> Change the required return type for action methods to be Object instead of String.  This allows the usage of Enums for the return type of action methods, as long as the toString() method of the enum matches the expected value in the application configuration resources.
> See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=138

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira