Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-901

Cannot forward to an inherited simple action

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • v1m1
    • 1.0
    • NetUI
    • None

    Description

      Repro:

      Create and build the following page flow controllers:


      @Jpf.Controller(
      simpleActions=

      { @Jpf.SimpleAction(name="simpleAction", path="index.jsp") }

      )
      public abstract class BaseController extends PageFlowController
      {
      }

      @Jpf.Controller(
      simpleActions=

      { @Jpf.SimpleAction(name="begin", action="simpleAction") }

      )
      public class DerivedController extends BaseController
      {
      }

      EXPECTED: compiles file
      ACTUAL: get the following error:

      [apt] C:\temp\todelete\inherit\WEB-INF\.tmpbeansrc\pageFlowCore\inheritActions\derived\Controller.java:14: Action "simpleAction" was not found.
      [apt] public class Controller extends pageFlowCore.inheritActions.base.Controller
      [apt] ^
      [apt] 1 error

      Attachments

        Activity

          People

            Unassigned Unassigned
            rich Richard Feit
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: