Try something like this:

<display:column  escapeXml="true" titleKey="ipdr.callDuration" sortable="false">
       <fmt:formatNumber value="${ipdrs.callDuration/60}" pattern="0.0"/>
    </display:column>


----- Original Message ----
From: Bayu <[EMAIL PROTECTED]>
To: users@appfuse.dev.java.net
Sent: Wednesday, November 21, 2007 8:24:58 PM
Subject: [appfuse-user] <display table ...



I have this code in my apps:
<display:column property="orderQty" sortable="true"
titleKey="order.quantity" autolink="true" media="html"/>

but the result is very ugly, it displays "290.00000000000000000".
my question are:
-- how to display "290" only with formatnumber
-- how to use "format" -- in the display:column ...
thanks.

-- 
View this message in context:
 http://www.nabble.com/%3Cdisplay-table-...-tf4854362s2369.html#a13890872
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Reply via email to