Just a curiosity, which tag library are we talking about, I guess it is
http://displaytag.sourceforge.net/11/, isn't it?
I think when making such a question it must have been contextualized so new
users know what is the conversation all about, thaks
On Nov 22, 2007 12:39 AM, Ron Anderson <[EMAIL PROTECTED]> wrote:
> 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: [email protected]
> 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]
>
>
>