Lieven Poelman created WICKET-6024:
--------------------------------------
Summary: 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
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)