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

Differences in project created with apache-beehive-1.0.1\ant\beehive-runtime.xml and documentation that describes it

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Incomplete
    • 1.0.1
    • None
    • Documentation, NetUI
    • None

    Description

      In docs there is the following example:
      Controller.java

      @Jpf.Controller(
      simpleActions=

      { @Jpf.SimpleAction(name="begin", path="index.jsp"), @Jpf.SimpleAction(name="toPage2", path="page2.jsp") }

      )
      public class Controller extends PageFlowController
      {
      .....
      }

      and the actual annotation should look like:

      @Jpf.Controller(
      simpleActions =

      { @Jpf.SimpleAction(name = "begin", path = "index.jsp"), @Jpf.SimpleAction(name = "toPage2", path = "Page2.jsp") }

      )
      public class Controller extends PageFlowController {
      ....
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            aipetrenko Petrenko Oleksandr
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: