| Author |
Very strange behavior: 'Ghost' Converter treats text-input as Enum
|
Marcus Didius Falco
Ranch Hand
Joined: Feb 25, 2007
Posts: 72
|
|
JBoss 6 M5 (out of the box, nothing added)
I have a poject with JSF 2.0 Facelets. I have several EnumConverter classes to bind enums directly to the view like:
I use them in <h:selectOneMenu>
and that works just fine.
However after I have added a simple <h:inputText without an converter I cannot enter any free text. Even on a new test page:
After entering 'blubber' I get the conversion error
---------------------------------------------------------------------------------------------------------------------------
I have NO faces-config.xml
Does anybody have an idea what might cause this behavior?
This is absolutely driving me nuts.
Thanks,
Hans
|
 |
 |
|
|
subject: Very strange behavior: 'Ghost' Converter treats text-input as Enum
|
|
|