You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I detected the same issue. The null check, because null is passed as an empty string, was lost during the converter change.
Even, if there is a fix already available, a note about it.
Another option is to use "omnifaces.selectItemsConverter" which is the option you have to use for i.E. PrimeFaces SelectOneMenu. Even if it is a comfort to have this integrated in the component. On the other hand it is now more compatible with the common.
SelectOneMenuRenderer is not able to match the submittedOptionValue in case complex objects are used as item values.
In this scenario the item list index is used as submittedOptionValue. Handling of this usecase was removed with 57ac01d
The text was updated successfully, but these errors were encountered: