Choice components do not propery update models if type is set
-------------------------------------------------------------
Key: WICKET-1285
URL: https://issues.apache.org/jira/browse/WICKET-1285
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.3.1
Reporter: Igor Vaynberg
Assignee: Igor Vaynberg
formcomponent.convertinput() checks if type is set and if it is it bypasses
convertvalue() and uses a converter directly - which means if type is set
choice component's choice renderer is bypassed and the submitted id value is
set as the model object instead of the choice it represents.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.