You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
Wickets PropertyModel unfortunaly is not refactoring safe. The Problem here is the parameter for the property, it´s just a String with the name of the property.
Wicket-stuffs LazyModel is refactoring safe and shows at compiletime if you have a problem with your refactoring (https://github.com/wicketstuff/core/wiki/LazyModel).
Wickets PropertyModel unfortunaly is not refactoring safe. The Problem here is the parameter for the property, it´s just a String with the name of the property.
Wicket-stuffs LazyModel is refactoring safe and shows at compiletime if you have a problem with your refactoring (https://github.com/wicketstuff/core/wiki/LazyModel).