The situation is, in my class i have certain float parameters like--->
Expand|Select|Wrap|Line Numbers
- Double double1 = new Double(s18);
- float f3 = double1.floatValue();
and so on...
and in my jsp page i want to display the value of f3
for ex-->[HTML]BUDGET ALLOTED : <b>" + f3 + "</b><br>[/HTML] . How can i do that. Any help will be appreciated.
regards,
ajos