MPF schrieb:
ERROR MESSAGES Component ID: subViewPlanning:fPlanning:planGeoDropdown1 Severity: ERROR Message: subViewPlanning:fPlanning:planGeoDropdown1: Validierungsfehler:
Wert ist keine gültige Auswahl
(in english I think thats mean: validation error: value is not a valid
option)

someone know whats going wrong?

Just a shot in the dark as I am not able to get your code running in reasonable time (there is too much missing).

It seems your converter works with "serialized" objects (using your custom serialization) but the list for the select box is filled with identifiers. This would also explain the exception you get: The list contains only ids but the value is a serialized object which naturally won't be part of the list.

You should only use ids or serialized values in both the managed bean property AND the list of select items.

I hope this helps you.

regards
Michael Kurz

Reply via email to