Hi!
Normally this should work just fine:
otReasonDropDown = new DropDownChoice("otReason", new PropertyModel
(commentAndOtReason, "otReasonText"), ldm2);
otReasonDropDown.setNullValid(false);
So my guess is that either commentAndOtReason is null (unlikely, as that
would throw an NPE in the other
Help, I am new to Wicket...and have taken over a project with wicket version
1.4.18.
I need to add another DropDownChoice in my application.
I was able to create the add logic, but the change logic is not working as
expected.
I've been working on this for a couple of weeks, and still could not