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.
Hello, ANECT!
I'll be very thankfull if you tell me the version of NetAdvantage and provided you use one the Hotfix, so that we can proove your problem with the correspondent version and check if the problem is fixed in our latest Hotfix!
Thanks!
--Bozhidar
I use NetAdvantage for JSF 2008 Vol. 1 and I'm afraid that I don't have any hotfix.
PETER