Description
I have a form with a TextField and DropDownChoice.
On the same page I also have a textarea that is used for tinymce.
When submitting my form, only the value from the TextField is correctly filled into the modelobject,
not from the DropDownChoice.
When I remove the tinymce textarea from my page, the value from DropDownChoice is also correctly filled in the modelobject.
This worked in wicket 1.5.7.
I will add a quickstart