I can't format with "#,##0.00", because Velocity thinks I'm trying to
insert a comment.

Neither of the following work:

#set( $numberFormat = "#,##0.00" )
<td>$numberTool.format($numberFormat, $foo.Value)</td>

#set( $numberFormat = "#,##0.00" )
<td>$numberTool.format("#,##0.00", $foo.Value)</td>

Any suggestions on how I can get around this?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@velocity.apache.org
For additional commands, e-mail: user-h...@velocity.apache.org

Reply via email to