You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/02/03 19:06:17 UTC

[jira] Created: (BEEHIVE-238) Invalid error for missing returnAction on an abstract nested page flow

Invalid error for missing returnAction on an abstract nested page flow
----------------------------------------------------------------------

         Key: BEEHIVE-238
         URL: http://issues.apache.org/jira/browse/BEEHIVE-238
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1Beta    
    Reporter: Rich Feit
 Assigned to: Rich Feit 
    Priority: Minor
     Fix For: V1Beta


The following page flow doesn't compile, with an error about a missing returnAction.  

    @Jpf.Controller(nested=true)
    public abstract class BaseNestedFlow extends PageFlowController
    {
        ...
    }

Abstract nested page flows shouldn't require returnActions -- the derived classes will "implement" them.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-238) Invalid error for missing returnAction on an abstract nested page flow

Posted by "Julie Zhuo (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-238?page=history ]
     
Julie Zhuo closed BEEHIVE-238:
------------------------------


Verified fixed as of rev156705.

> Invalid error for missing returnAction on an abstract nested page flow
> ----------------------------------------------------------------------
>
>          Key: BEEHIVE-238
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-238
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Rich Feit
>     Assignee: Julie Zhuo
>     Priority: Minor
>      Fix For: V1Beta

>
> The following page flow doesn't compile, with an error about a missing returnAction.  
>     @Jpf.Controller(nested=true)
>     public abstract class BaseNestedFlow extends PageFlowController
>     {
>         ...
>     }
> Abstract nested page flows shouldn't require returnActions -- the derived classes will "implement" them.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-238) Invalid error for missing returnAction on an abstract nested page flow

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-238?page=history ]
     
Rich Feit resolved BEEHIVE-238:
-------------------------------

     Assign To: Alejandro Ramirez  (was: Rich Feit)
    Resolution: Fixed

Now, abstract nested page flow classes are not required to have returnActions.

> Invalid error for missing returnAction on an abstract nested page flow
> ----------------------------------------------------------------------
>
>          Key: BEEHIVE-238
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-238
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>     Priority: Minor
>      Fix For: V1Beta

>
> The following page flow doesn't compile, with an error about a missing returnAction.  
>     @Jpf.Controller(nested=true)
>     public abstract class BaseNestedFlow extends PageFlowController
>     {
>         ...
>     }
> Abstract nested page flows shouldn't require returnActions -- the derived classes will "implement" them.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-238) Invalid error for missing returnAction on an abstract nested page flow

Posted by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-238?page=history ]

Alejandro Ramirez reassigned BEEHIVE-238:
-----------------------------------------

    Assign To: Julie Zhuo  (was: Alejandro Ramirez)

> Invalid error for missing returnAction on an abstract nested page flow
> ----------------------------------------------------------------------
>
>          Key: BEEHIVE-238
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-238
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Rich Feit
>     Assignee: Julie Zhuo
>     Priority: Minor
>      Fix For: V1Beta

>
> The following page flow doesn't compile, with an error about a missing returnAction.  
>     @Jpf.Controller(nested=true)
>     public abstract class BaseNestedFlow extends PageFlowController
>     {
>         ...
>     }
> Abstract nested page flows shouldn't require returnActions -- the derived classes will "implement" them.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira