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

Reply via email to