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
A WicketRuntimeException gets thrown when setting a value for an attribute in the create/edit contract form because there is no setter for class org.wickedsource.budgeteer.service.contract.DynamicAttributeField#setValue.
This seems to be an issue with the wicket LazyModel here:
A
WicketRuntimeException
gets thrown when setting a value for an attribute in the create/edit contract form because there isno setter for class org.wickedsource.budgeteer.service.contract.DynamicAttributeField#setValue
.This seems to be an issue with the wicket LazyModel here:
budgeteer/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/web/pages/contract/edit/form/EditContractForm.java
Line 109 in 74f51b0
An easy fix would be to replace LazyModel with a LambdaModel, like this:
The text was updated successfully, but these errors were encountered: