Thanks for your reply sagar, The problem is in my action class also the value is coming as '.2' and I want it as '0.2' where should i handle it. in query or in action class. the class you were talking about is formatting of numbers. I am not getting. Can you send me some sample line code how can i achieve this?
Regards, Vijay Jamadade.
( Nothing is Impossible.)
Actually the values are originating in the result of the select query. that means in resultset the '.2' like values are there. So I think i should handle it in query itself. Do you have any idea how it can be handled in query
Regards, Vijay Jamadade.
( Nothing is Impossible.)
Ya exactly that was the problem. Thanks. I was storing the values in string thats why it was taking so. now i am using float and its working fine. silly mistake. Thanks once again.
Regards, Vijay Jamadade.
( Nothing is Impossible.)