I have a bean which has a property of type double. When I pass this bean to view layer, it shows the value in scientific notation For example: 9.78313E+10 instead of 97831300000.
I want the result without scientific notation and I cannot change the data type of that field. Please let me know if there is any workaround.