Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-2283

Tutorial #1: The code example is slightly incomplete

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Invalid
    • 5.0.10
    • None
    • Documentation
    • None

    Description

      http://tapestry.apache.org/tapestry5/tutorial1/hilo.html

      The code that is proposed to be added is slightly incomplete:

      -------------------------------------------------------------------------------------------
      Let's fix this problem, by adding the following to the Guess class:

      public int getTarget()

      { return _target; }

      -------------------------------------------------------------------------------------------


      It should be like this:

      -------------------------------------------------------------------------------------------
      Let's fix this problem, by adding the following to the Guess class:

      private int _target;

      public int getTarget()
      { return _target; }

      -------------------------------------------------------------------------------------------

      Attachments

        Activity

          People

            Unassigned Unassigned
            altumano Albert Tumanov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: