[ http://issues.apache.org/jira/browse/BEEHIVE-754?page=comments#action_65905 ] Julie Zhuo commented on BEEHIVE-754: ------------------------------------
Rich, I have an exact the same test running in the compiler test suite and it is passing. I guess it gets broken just recently and the compiler tests has not updated to the recent rev yet. :). Also, I believe there is a jira bug on this and has been closed. I will hunt it done. > Invalid error for missing returnAction in a derived page flow > ------------------------------------------------------------- > > Key: BEEHIVE-754 > URL: http://issues.apache.org/jira/browse/BEEHIVE-754 > Project: Beehive > Type: Bug > Components: NetUI > Versions: V1 > Reporter: Rich Feit > Assignee: Rich Feit > Fix For: TBD > Attachments: jira754.zip, jira754_patch.txt > > Try to compile the soon-to-be-attached page flows. > EXPECTED: successful compilation > ACTUAL: > WEB-INF\.tmpbeansrc\derived\Controller.java:7: There is no Jpf.Forward > annotation with the returnAction attribute defined for this nested > PageFlowController. > public class Controller extends base.Controller > ^ > 1 error > This error is invalid, because there *is* an action ('it') in the base page > flow that has a Forward with a returnAction. -- 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
