After sending the form, the decimal point is lost. For example, 0.78 0,78 becomes 78
This happens whenever I map `p:inputNumber` to the data type `java.lang.Number`.
After sending the form, the decimal point is lost. For example, 0.78 becomes 78
This happens whenever I map `p:inputNumber` to the data type `java.lang.Number`.