omnifaces
omnifaces copied to clipboard
Documentation clarification regarding GenericEnumConverter
On the showcase of the GenericEnumConverter the following sentence was written down:
However, when you're having a valueless input component, then this converter may be still useful.
But I do not see the difference between both examples

What is a valueless input component, when both examples look identical and both example interactions work?
Is this more clear?
However, when you're having an input component without a
valueattribute, and thus the exact type cannot be automatically determined by simply inspecting the return type of the associated getter method, then this converter may be still useful.
Yes! This makes much more sense - thank you 🤗