Description
FormTester throws an exception when a Palette component is added to a Form associated with a compound property model:
org.apache.wicket.WicketRuntimeException: No get method defined for class ... expression: choices
It worked fine in Wicket 6.5.0, and works fine if the form is not associated with a compound property model.
Attachments
Attachments
Issue Links
- is broken by
-
WICKET-5027 FormTester#getInputValue() does not support Select/SelectOption nor other custom components
- Resolved