You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Steve Akers (JIRA)" <ji...@apache.org> on 2013/04/22 16:09:15 UTC

[jira] [Updated] (WICKET-5150) Log additional info when FormComponent fails in updateCollectionModel

     [ https://issues.apache.org/jira/browse/WICKET-5150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Akers updated WICKET-5150:
--------------------------------

    Attachment: jira1.zip

This might suffice as a working example, derived from a quickstart - to see the issue, you could e.g. run in eclipse/jetty, submit the form, and observe the INFO log output. See Goat.java for some comments where the error is forced.
                
> Log additional info when FormComponent fails in updateCollectionModel
> ---------------------------------------------------------------------
>
>                 Key: WICKET-5150
>                 URL: https://issues.apache.org/jira/browse/WICKET-5150
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.7.0
>         Environment: Any
>            Reporter: Steve Akers
>            Priority: Trivial
>         Attachments: jira1.zip
>
>
>  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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira