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

Log additional info when FormComponent fails in updateCollectionModel

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 6.7.0
    • 6.8.0, 1.5.11
    • wicket
    • None
    • Any

    Description

      When a form component using Collections (e.g. CheckGroup) fails to set the collection in the Model's contained object due to an exception, it produces some log output that looks thus:

      INFO - FormComponent - no setter for the property attached to [CheckGroup [Component id = group]]

      This may be misleading, as any exception will produce this output, including for example a NullPointerException that occurs inside the setter itself. In other words, setter for the property may well exist but an exception sometime during the setter invocation still results in the "no setter" log feedback.

      Suggested improvement is to include some details about the caught exception in this log message that may more directly point to the cause of the failure.

      Attachments

        1. jira1.zip
          25 kB
          Steve Akers

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            sea Steve Akers
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: