JDeveloper 12.1.3
Just looked at contentStyle="text-transform:uppercase;" of the af:inputText and thought this is easy and great way to make sure user inputs are all upper-cases into the database. Well, visually in UI looks like caps but submitted as lowercase. Is this a bug?
If not a bug, then what is the best practice for the above requirement? Custom converter or overriding some method?