[ 
https://issues.apache.org/jira/browse/WICKET-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg resolved WICKET-3745.
-----------------------------------

    Resolution: Fixed

thought about it some more. the only clear way i see to make this better is to 
make settype() throw an exception when called on a component that uses an 
ichoicerenderer.

> AbstractSingleSelectChoice tries to convert the input using the id generated 
> by IChoiceRenderer
> -----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3745
>                 URL: https://issues.apache.org/jira/browse/WICKET-3745
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.4.17
>            Reporter: Pedro Santos
>            Assignee: Igor Vaynberg
>         Attachments: WICKET-3745.patch, WICKET-3745.zip
>
>
> If one set a type for an AbstractSingleSelectChoice component, it will start 
> to get error because the input being converted to model type was not 
> generated by the converter, but by the IChoiceRenderer.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to