hi,
This is venu,
Iam trying to round a double value in a
jsp page with jstl expression, but it is showing error message.
If any body knows how to do please give suggestion me (or) any small example.
For example:
<input type="text" tabindex="2" value='<c:out value="
${Obj.Value}"></c:out>' />
Here in above example i want to
round of the value the
Obj.Value
I tried with
${Math.round(Obj.Value)} but no use.
Thank you in advance.