Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-88

NPE in Check.java

    XMLWordPrintableJSON

Details

    Description

      The Forms examples fails with an NPE in Check.java

      if (group.hasRawInput())
      {
      String[] inputs = group.getInputAsArray();
      for (String input : inputs) <<<<<< NPE
      {
      if (value.equals(input))

      { tag.put("checked", "checked"); }

      }
      }

      Juergen

      Attachments

        Issue Links

          Activity

            People

              ivaynberg Igor Vaynberg
              jdonnerstag Juegen Donnerstag
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: