Uploaded image for project: 'AppFormer'
  1. AppFormer
  2. AF-423

UberFire 5 Min Getting Started Guide Has Invalid Listener Code

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 2.6.0.Final
    • None
    • None
    • None
    • NEW
    • NEW

      Section

      public void onMoodChange( @Observes Mood mood ) {
      moodTextBox.setText( "You are feeling " + mood.getText() );
      }

      should be

      public void onMoodChange( @Observes Mood mood ) {
      moodTextBox.setValue( "You are feeling " + mood.getText() );
      }

              eignatow Eder Ignatowicz
              jholmes@redhat.com Justin Holmes (Inactive)
              Dominik Hanak Dominik Hanak
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: