Hello,
I have the following use of ig:dropDownList:
<ig:dropDownList id="owner" required="true" value="#{assetController.asset.owner}" converter="#{assetController.personConverter}" dataSource = "#{assetController.allPeople}"/>
I have Converter because my SelectItems looks like this: new SelectItem(person, person.getFullName()).
But ig:dropDownList doesn't call Converter.getAsString() method. After form's data submission is Converter.getAsObject() called but with fault because value of selected item doesn't correspond with expected object's identifier.
When I use standard h:selectOneMenu then everything works fine.
Hi,
I'm sorry but this issue seems not to be fixed till that moment. So that you can follow the progress of resolving the issue, please submit a new support request to Infragistics Developer Support. In that way you'll be notified as soon as a fix once becomes available. You can provide the URL of this thread in your support request, so that we know the two are related.
Regards!
I have tried new hotfix release 2014 and problem with converters still last. I thought that it would be solved in this hotfix release?
ANECT
Hello, ANECT!
You can find information about our latest Hotfixes at http://blogs.infragistics.com/tags/Hot+Fix/default.aspx, where notifications are published as soon as Hotfixes are released. There you can review the list of specific issues adressed in each release as well.
I would like to ask you if it was fixed in Hot Fix Released - NetAdvantage for JSF - July 16, 2008?
Thanks,
Hi, PETER!
We discovered a bug, while working on your problem. We will fix it in one of our next Hotfixes as soon as possible!
--Bozhidar