I have a Label
new
Label("recommendedAmt",NumberFormat.getCurrencyInstance().format(stgFinding.getFindingAmt()==null
? new BigDecimal(0): stgFinding.getFindingAmt()));
this works fine but when deployed in windows I get the label as
$0.00 and when deployed in unix i Get this as ¤0.00 and I also
get strange symbols Send Notification��
please help me resolve this.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]