[
https://issues.apache.org/jira/browse/WICKET-6024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15001846#comment-15001846
]
Martin Grigorov commented on WICKET-6024:
-----------------------------------------
<repositories>
<repository>
<id>Apache Nexus</id>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
> Possible issue with Border and LoadableDetachableModel in 7.1.0
> ---------------------------------------------------------------
>
> Key: WICKET-6024
> URL: https://issues.apache.org/jira/browse/WICKET-6024
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 7.1.0
> Reporter: Lieven Poelman
> Assignee: Andrea Del Bene
>
> I have encountered an issue with Border objects and LoadableDetachableModels
> in wicket 7.1.0. This issue does NOT occurr in 7.0.0.
> The issue is the following:
> - When wrapping a FormComponent in a Border object, everything works as it
> should
> - However for each FormComponent per Border in the Page/Parent component, the
> detach/load is called once.
> - This causes a load call on the LoadableDetachableModel per component on the
> page, for 20 input fields this causes 20 loads!
> It seems the Border's remove function is called twice.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)