Thursday, July 30, 2020

Message java.lang.NumberFormatException: For input string: "4.53"; ADF Exception


Message java.lang.NumberFormatException: For input string: "some value"



Make sure your code is not trying to convert decimal value to Integer.

Solution:
Long.parseLong(JSFUtils.resolveExpression("#{bindings.Rate1.inputValue}").toString()


No comments: