DetachableContactModel - the 'contact' property is never used
-------------------------------------------------------------

                 Key: WICKET-829
                 URL: https://issues.apache.org/jira/browse/WICKET-829
             Project: Wicket
          Issue Type: Bug
          Components: wicket-examples
    Affects Versions: 1.3.0-beta2
            Reporter: Dariusz Wojtas
            Priority: Minor
             Fix For: 1.3.0-beta3


Class:   
   org.apache.wicket.examples.repeater.DetachableContactModel
declares property:
   private transient Contact contact;
It is even set in one of constructors - but NEVER used, every load() call ends 
with call to the database service.

This class is definitely not what a good example should show.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to