com.sun.webui.jsf.component.DropDown::The current value ...
Hello,
I have 2 DropDowns on my page and the contents of Nr 2 depends on Selection of number 1. All works fine until I have to delte the contents of number 2 which is currently selected. I handle this in processValueChange() of DropDown1. I call DataProvier2.refresh() and check if the previous selected contents is still therre. If not, I get the first row and set this as selected Row. Ouput of all Properties (selected, value) after the change and in prerender() of my page shows the correct values. But I get the following message:
com.sun.webui.jsf.component.DropDown::The current value of component form1:rundenDD does not match any of the selections.
Did you forget to reset the value after changing the options?
(rundenDD is the DropDown2)
How can I get rid of this message?
Regards,
Willi

