[
https://issues.apache.org/jira/browse/WICKET-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Zatselyapin updated WICKET-2440:
---------------------------------------
Attachment: ReuseIfModelObjectsEqualStrategy.java
based on version 3.5
> ReuseIfModelObjectsEqualStrategy - Reuse Strategy for repeaters based on
> model objects
> --------------------------------------------------------------------------------------
>
> Key: WICKET-2440
> URL: https://issues.apache.org/jira/browse/WICKET-2440
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Environment: generic
> Reporter: Dmitry Zatselyapin
> Priority: Minor
> Attachments: ReuseIfModelObjectsEqualStrategy.java
>
>
> Add new reuse strategy that allows reuse models if model objects have not
> changed. The existing ReuseIfModelsEqualStrategy can also be used to
> accomplish this, you must override the model's equals/hashcode for proper
> implementation. Using ReuseIfModelObjectsEqualStrategy will require provide
> equals/hashcode methods only for model objects. Models themselves do not
> have to be changed. There are only tiny changes required to the
> ReuseIfModelsEqualStrategy to create this new strategy
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.