Uploaded image for project: 'Click'
  1. Click
  2. CLK-42

TextField constructor passes wrong argument to super class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • core
    • None

    Description

      Hi,

      The following constructor exists for TextField.

      public TextField(String name, String label, boolean required)

      { super(label, label); setRequired(required); }

      The call to super should be :

      super(name,label);

      Kind regards,

      bob

      Attachments

        Activity

          People

            medgar Malcolm Edgar
            sabob Bob Schellink
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: