[ 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
