I am using Primefaces Extensions 3.20 with Primefaces 5.2.11 running in a Weblogic 10.3.6. I tried to use inputNumber to refer to a String property. However, when I submitted the page, I got a null
String from this field. Just when the inputNumber came to refer to a numeric property (such as a Long), I got a value. Apparently the inputNumber component works just with numbers.
Does someone know a way how to use inputNumber with Strings?
Thanks,
Rafael Afonso