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

Style of added annotations differ from that of existing annotations

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • v1m1
    • v1m1
    • Tutorials
    • None

    Description

      1. In the Controls tutorial, under the heading "Edit the Controller.jpf File" of Step 2, the added annotation contains the line:
      @Jpf.Forward( name="success", path="index.jsp" )

      To match the existing annotations, the spaces adjacent to parentheses should be removed:
      @Jpf.Forward(name="success", path="index.jsp")

      2. In the Page Flow tutorial, under the heading "To Edit the Controller File to Handle the Submitted Data" of Step 4, the added annotation contains the line:
      @Jpf.Forward(name = "success", path = "page2.jsp")

      To match the existing annotations, the spaces adjacent to the equal signs should be removed:
      @Jpf.Forward(name="success", path="page2.jsp")

      Attachments

        Activity

          People

            jzhuo Julie Zhuo
            rweinhold Rebecca Weinhold
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: