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

UberFire 5 Min Getting Started Guide Has Invalid Listener Code

    XMLWordPrintable

Details

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

    Description

      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() );
      }

      Attachments

        Activity

          People

            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

            Dates

              Created:
              Updated:
              Resolved: