Hi All,
We are facing problem while displaying -ve number using JSTL.
<c:out value="{result.negativenumber}">
Some how this does not work, any idea, any suggestion
Vinod
-
Displaying -ve Number using JSTL (2 messages)
- Posted by: vinod c
- Posted on: January 25 2006 21:38 EST
Threaded Messages (2)
- Watch the '$' by Jos?? Cervera on January 26 2006 05:16 EST
- Watch the '$' by vinod c on January 26 2006 11:34 EST
-
Watch the '$'[ Go to top ]
- Posted by: Jos?? Cervera
- Posted on: January 26 2006 05:16 EST
- in response to vinod c
<c:out value="${result.negativenumber}">
Watch the $ before! -
Watch the '$'[ Go to top ]
- Posted by: vinod c
- Posted on: January 26 2006 11:34 EST
- in response to Jos?? Cervera
I did that as well, still its not working...
Object to be displayed is Long and has -ve value.
<c:out value="${result.negativeNumber}">
Vinod