Possible Duplicate:
How can I format a String number to have commas and round?
I have a string variable (That is a number in string format) and now I want to use a comma for separation for every three digits. how can I do it?
My technology is Struts2
For Example:turn 100000 to 100,000