I am assuming its some kind of java   setting in unix box,  I am  a foreigner
to unix please help me resolve this.

fachhoch wrote:
> 
> 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   ��
> please help me resolve this.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/currency-symbol-in-windows-and-unix-different-for-a-label-model-tp24726638p24739192.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to